Skip to content

Commit 318af00

Browse files
authored
Merge pull request #225 from redis-rb/fix-jruby-ci
Update JRuby on CI
2 parents aedba07 + 1de6bfd commit 318af00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os: ["ubuntu-latest"]
3030
redis: ["6.2"]
31-
ruby: ["ruby-head", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0", "truffleruby"]
31+
ruby: ["ruby-head", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby", "truffleruby"]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Check out code

0 commit comments

Comments
 (0)