Skip to content

Commit

Permalink
exclude ruby 3.1 + Rails 8 combo
Browse files Browse the repository at this point in the history
Rails 8 requires 3.2
  • Loading branch information
argvniyx-enroute committed Jan 22, 2025
1 parent 40c2124 commit d338dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- gemfiles/rails_7_1.gemfile
- gemfiles/rails_7_2.gemfile
- gemfiles/rails_8_0.gemfile
exclude:
- ruby: "3.1"
gemfile: gemfiles/rails_8_0.gemfile
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
Expand Down

0 comments on commit d338dd7

Please sign in to comment.