Skip to content

Commit

Permalink
chore: exclude 3.1/8.0 and 3.4/7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 4, 2025
1 parent 1326f9e commit 8456d8d
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 @@ -45,6 +45,11 @@ jobs:
- rails_7.1
- rails_7.2
- rails_8.0
exclude:
- ruby_version: 3.1
gemfile: rails_8.0
- ruby_version: 3.4
gemfile: rails_7.0
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down

0 comments on commit 8456d8d

Please sign in to comment.