Skip to content

Commit

Permalink
fix exclude format
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmahakale committed Jan 18, 2024
1 parent f35bc4f commit 8d2d0a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ jobs:
# - gemfile: gemfiles/rails_head.gemfile
exclude:
- ruby: '2.5'
gemfile:
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
gemfile: [gemfiles/rails_7.0.gemfile, gemfiles/rails_7.1.gemfile]
- ruby: '2.6'
gemfile:
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
gemfile: [gemfiles/rails_7.0.gemfile, gemfiles/rails_7.1.gemfile]
- ruby: '2.7'
gemfile: gemfiles/rails_5.2.gemfile
- ruby: '3.0'
Expand Down

0 comments on commit 8d2d0a1

Please sign in to comment.