Skip to content

Commit

Permalink
Known good combos
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent 9a8dabb commit f46722b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,27 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
rails:
- 5.2.0
- 6.0.0
- 6.1.0
- 7.0.1
- 7.1.2
include:
- ruby: 2.4
rails: 5.2.0
- ruby: 3.0
rails: 6.1.0
- ruby: 3.0
rails: 7.1.2
exclude:
exclude: # These Rails versions are too new for the respective Ruby versions, or vice-versa
- ruby: 2.5
rails: 7.0.1
- ruby: 2.5
rails: 7.1.2
- ruby: 2.6
rails: 7.0.1
- ruby: 2.6
rails: 7.1.2
env:
Expand Down

0 comments on commit f46722b

Please sign in to comment.