Skip to content

Commit

Permalink
Exclude Rails 8 from Ruby 3.1 tests. Rails 8 requires Ruby 3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Jan 2, 2025
1 parent 8b99d8c commit e7cc32e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
ruby: [3.1, 3.2, 3.3, 3.4]
gemfile: ['7.0', 7.1, 7.2, '8.0']
exclude:
- ruby: 3.1
gemfile: '8.0'
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/actionpack-${{ matrix.gemfile }}.gemfile
CC_TEST_REPORTER_ID: 0d09e6611c01dedd75511b1c60f62329d01729289e06375cfe67cefe67013d9f
Expand Down

0 comments on commit e7cc32e

Please sign in to comment.