Skip to content

Commit

Permalink
* Update CI to test again RSpec 3.13, ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Nov 18, 2024
1 parent 04ebe3e commit dd2d9b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
os:
- ubuntu
ruby:
- "3.2"
- "3.3"
gemfile:
- gemfiles/rspec_3_12.gemfile
- gemfiles/rspec_3_13.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
COVERALLS: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
gemfile:
- gemfiles/rspec_3_4.gemfile
- gemfiles/rspec_3_5.gemfile
Expand All @@ -37,12 +38,13 @@ jobs:
- gemfiles/rspec_3_10.gemfile
- gemfiles/rspec_3_11.gemfile
- gemfiles/rspec_3_12.gemfile
- gemfiles/rspec_3_13.gemfile
allow_failures:
- false
include:
- os: ubuntu
ruby: ruby-head
gemfile: gemfiles/rspec_3_12.gemfile
gemfile: gemfiles/rspec_3_13.gemfile
allow_failures: true
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ end
appraise "rspec_3_12" do
gem "rspec", "~> 3.12.0"
end

appraise "rspec_3_13" do
gem "rspec", "~> 3.13.0"
end
7 changes: 7 additions & 0 deletions gemfiles/rspec_3_13.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rspec", "~> 3.13.0"

gemspec path: "../"

0 comments on commit dd2d9b7

Please sign in to comment.