Skip to content

Commit

Permalink
Merge pull request #575 from ydah/add-matrix-in-ci
Browse files Browse the repository at this point in the history
Add Ruby 3.4 to CI matrix
  • Loading branch information
danmayer authored Jan 31, 2025
2 parents 5ebcfa3 + 1fbe63d commit d95c508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# removing jruby again to flaky
gemfile: [ Gemfile.rails7.0, Gemfile.rails7.1, Gemfile.rails7.2, Gemfile.rails8.0 ]
# need to add support for multiple gemfiles
ruby: ["3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3", "3.4"]
redis-version: [4, 5, 6, 7]
exclude:
# Rails 8 requires ruby 3.2+.
Expand Down

0 comments on commit d95c508

Please sign in to comment.