Skip to content

Commit

Permalink
Exclude ruby 3.4 with rails 6.1 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
uxxman committed Aug 17, 2024
1 parent 71c3cd8 commit 60f65e9
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 @@ -24,6 +24,9 @@ jobs:
- 'activemodel_7.1'
- 'activemodel_7.2'
- 'activemodel_main'
exclude:
- ruby: '3.4'
gemfile: 'activemodel_6.1'

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 60f65e9

Please sign in to comment.