Skip to content

Commit

Permalink
Merge pull request #74 from viralpraxis/exclude-ruby-3-5-and-old-rubo…
Browse files Browse the repository at this point in the history
…cop-from-ci-matrix

Exclude MRI head and old rubocop from CI matrix
  • Loading branch information
viralpraxis authored Jan 10, 2025
2 parents 6217596 + 99314a2 commit 9f86764
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 @@ -28,6 +28,9 @@ jobs:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", ruby-head, jruby-9.4]
rubocop_version: ["1.48", "1.69"]
exclude:
- ruby: ruby-head
rubocop_version: "1.48"
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"
steps:
Expand Down

0 comments on commit 9f86764

Please sign in to comment.