Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Apr 13, 2023
1 parent e1bbfda commit de6a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# | 6.0 | 6/2023? | 3/3023?| 2.5 | 2.7 |
# | 6.1 | | | 2.5 | |
# | 7.0 | | | 2.7 | |
ruby: ['3.0', '3.1']
ruby: ['3.0', '3.1', '3.2']
gemfile: ['gemfiles/rails_6.1.gemfile', 'gemfiles/rails_7.0.gemfile']
include:
- ruby: '2.4'
Expand Down

0 comments on commit de6a678

Please sign in to comment.