Skip to content

Commit

Permalink
CI: Avoid ruby27+rails-main
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 20, 2024
1 parent 2345706 commit 3316606
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', 'head', 'truffleruby' ]
rails: [ '6.1', '7.0', 'main' ]
exclude:
- ruby: '2.7'
rails: 'main'
- ruby: '3.0'
rails: 'main'
include:
- ruby: '3.2'
rails: '7.0'
Expand Down

0 comments on commit 3316606

Please sign in to comment.