Skip to content

Commit b50e756

Browse files
committed
Also setup Java 21 for Windows jruby-head build
1 parent 8afacbd commit b50e756

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
git config --global core.eol lf
3131
git config --global advice.detachedHead 0
3232
- uses: actions/checkout@v4
33+
- uses: actions/setup-java@v4
34+
with:
35+
distribution: zulu
36+
java-version: 21
37+
if: >-
38+
matrix.ruby == 'jruby-head'
3339
- name: Set up Ruby
3440
uses: ruby/setup-ruby@v1
3541
with:

0 commit comments

Comments
 (0)