Skip to content

Commit

Permalink
Merge pull request #225 from redis-rb/fix-jruby-ci
Browse files Browse the repository at this point in the history
Update JRuby on CI
  • Loading branch information
byroot authored Jan 12, 2025
2 parents aedba07 + 1de6bfd commit 318af00
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.4", "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", "truffleruby"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
Expand Down

0 comments on commit 318af00

Please sign in to comment.