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 8608b82 commit c374d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
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'
- gemfile: rails_8.0
ruby-version: '3.1'
- ruby-version: '3.0'
gemfile: 'rails_8.0'
- ruby-version: '3.1'
gemfile: 'rails_8.0'
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit c374d0b

Please sign in to comment.