Skip to content

Commit 2cf3529

Browse files
committed
Use Java 21 for released JRuby as well
1 parent cec6887 commit 2cf3529

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
@@ -45,7 +45,7 @@ jobs:
4545
distribution: zulu
4646
java-version: 21
4747
if: >-
48-
matrix.ruby == 'jruby-head'
48+
startsWith(matrix.ruby, 'jruby')
4949
5050
- name: Set up Ruby
5151
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)