Skip to content

Commit

Permalink
Merge pull request #2 from botandrose/modern-rubies
Browse files Browse the repository at this point in the history
add support for ruby 3.1 and 3.2.
  • Loading branch information
botandrose authored Nov 14, 2023
2 parents c22ff6b + e7b9b58 commit d16b2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
gemfile: [ rails_6.1, rails_7.0, rails_7.1 ]
ruby: [ 2.6, 2.7, '3.0' ]
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2 ]
exclude:
- gemfile: rails_5.1
ruby: 3.0
Expand Down

0 comments on commit d16b2f7

Please sign in to comment.