Skip to content

Commit

Permalink
fix matrix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Sep 25, 2024
1 parent 731cc34 commit 202e2e1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ jobs:
matrix:
ruby: [ "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", jruby-9.4 ]
rails: [ "6.1", "6.0", "5.2" ]
exclude:
- ruby: '3.2'
rails: '5.2'
- ruby: '3.1'
rails: '5.2'
- ruby: '3.0'
rails: '5.2'
- ruby: '2.7'
rails: '5.2'
- ruby: jruby-9.4
rails: '5.2'
exclude:
- ruby: '3.2'
rails: '5.2'
- ruby: '3.1'
rails: '5.2'
- ruby: '3.0'
rails: '5.2'
- ruby: '2.7'
rails: '5.2'
- ruby: jruby-9.4
rails: '5.2'
timeout-minutes: 60
env:
JRUBY_OPTS: "--debug"
Expand Down

0 comments on commit 202e2e1

Please sign in to comment.