Skip to content

Commit

Permalink
add support for ruby 3.1 and 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Nov 14, 2023
1 parent c22ff6b commit e7b9b58
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 e7b9b58

Please sign in to comment.