Skip to content

Commit

Permalink
rails 7.1 on ruby 3.1+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent e0921bf commit 0710f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
fail-fast: false
matrix:
gemfile: ['rails_7.0', 'rails_7.1']
ruby: [3.3, 3.2, 3.1, '3.0']
ruby: [3.3, 3.2, 3.1]
include:
- gemfile: rails_7.0
ruby: '3.0'
- gemfile: rails_7.0
ruby: 2.7
- gemfile: rails_6.1
Expand Down
2 changes: 1 addition & 1 deletion spec/support/rails_seven_one.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def assert_nothing_raised
end
end
end
end if RUBY_VERSION > '3.0' && ActiveSupport.version > '7.1'
end if RUBY_VERSION > '3.1' && ActiveSupport.version > '7.1'

0 comments on commit 0710f86

Please sign in to comment.