Skip to content

Commit

Permalink
Merge pull request #713 from rails/update-ci-matrix
Browse files Browse the repository at this point in the history
Update CI matrix
  • Loading branch information
byroot committed Apr 16, 2024
2 parents 0029fc8 + a0797de commit 2380451
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ 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'
ruby: [ '3.1', '3.2', '3.3', 'head' ]
rails: [ '7.1', 'edge' ]
include:
- ruby: '2.7'
rails: '6.1'
- ruby: '3.2'
- ruby: '3.0'
rails: '6.1'
- ruby: '3.1'
rails: '7.0'

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

0 comments on commit 2380451

Please sign in to comment.