Skip to content

Commit

Permalink
Test with Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 21, 2022
1 parent 26ca9ba commit 420ede1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0.2', 'head' ]
ruby: [ '2.7', '3.0.2', '3.1', 'head' ]
rails: [ '6.0', '6.1', '7.0', 'edge' ]
exclude:
- ruby: '3.1'
rails: '6.0'
- ruby: '3.1'
rails: '6.1'

env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit 420ede1

Please sign in to comment.