Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 16, 2024
1 parent 0029fc8 commit 436618a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', 'head' ]
rails: [ '6.1', '7.0', '7.1', 'edge' ]
exclude:
- ruby: '3.1'
rails: '6.1'
- ruby: '3.2'
ruby: [ '3.1', '3.2', '3.3', 'head' ]
rails: [ '7.0', '7.1', 'edge' ]
include:
- ruby: '2.7'
rails: '6.1'
- ruby: '3.0'
rails: '7.0'

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

0 comments on commit 436618a

Please sign in to comment.