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 e99c2dc commit 731cc34
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,22 @@ jobs:
- lint-i18n
- lint-rubocop
runs-on: ubuntu-latest
matrix:
ruby: [ "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", jruby-9.4 ]
rails: [ "6.1", "6.0", "5.2" ]
strategy:
fail-fast: false
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'
timeout-minutes: 60
env:
JRUBY_OPTS: "--debug"
Expand Down

0 comments on commit 731cc34

Please # to comment.