Skip to content

Commit

Permalink
Merge pull request #69 from viralpraxis/add-ruby-mri-3-4-to-ci
Browse files Browse the repository at this point in the history
Add Ruby MRI 3.4 to CI
  • Loading branch information
viralpraxis authored Dec 26, 2024
2 parents 7040b35 + 1e3f322 commit 534200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4.0-preview2", ruby-head, jruby-9.4]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", ruby-head, jruby-9.4]
rubocop_version: ["1.48", "1.69"]
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"
Expand Down

0 comments on commit 534200d

Please sign in to comment.