Skip to content

Commit

Permalink
Merge pull request active-hash#275 from petergoldstein/feature/add_ru…
Browse files Browse the repository at this point in the history
…by_3_2

Add Ruby 3.2 to the CI matrix
  • Loading branch information
kbrock authored Apr 14, 2023
2 parents e1bbfda + de6a678 commit 42f1f30
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 42f1f30

Please sign in to comment.