Skip to content

Commit

Permalink
It should be one ignore per line
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Dec 6, 2024
1 parent 660966b commit 8608b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
gemfile: ['rails_6.0','rails_6.1','rails_7.0', 'rails_7.1', 'rails_8.0']
exclude:
- gemfile: rails_8.0
ruby-version: ['3.0', '3.1']
ruby-version: '3.0'
- gemfile: rails_8.0
ruby-version: '3.1'
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 8608b82

Please sign in to comment.