Skip to content

Commit

Permalink
Merge pull request #503 from ydah/add-ci-ruby3-3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
danmayer authored Feb 16, 2024
2 parents 7e547ed + 19b67a3 commit b036e44
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 @@ -22,7 +22,7 @@ jobs:
gemfile: [ Gemfile.rails6.0, Gemfile.rails6.1, Gemfile.rails7.0, Gemfile.rails7.1 ]
# ruby: [2.3, 2.4, 2.5, 2.6, 2.7, "3.0", "3.1", jruby]
# need to add support for multiple gemfiles
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
redis-version: [4, 5, 6, 7]
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit b036e44

Please sign in to comment.