Skip to content

Commit

Permalink
Merge pull request #167 from biow0lf/patch-1
Browse files Browse the repository at this point in the history
Add Ruby 3.2 to test matrix
  • Loading branch information
rafaelfranca authored Sep 18, 2023
2 parents 575ea59 + ecc0adf commit b0f5af8
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:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', 'head', 'truffleruby' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', 'head', 'truffleruby' ]
rails: [ '6.1', '7.0', 'main' ]
include:
- ruby: '3.2'
Expand Down

0 comments on commit b0f5af8

Please sign in to comment.