Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Dec 27, 2024
1 parent 7a3e362 commit 1efe9f2
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 @@ -28,7 +28,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
redis: ["6.2"]
ruby: ["ruby-head", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0", "truffleruby"]
ruby: ["ruby-head", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0", "truffleruby"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
Expand Down

0 comments on commit 1efe9f2

Please sign in to comment.