We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e039ed commit a4cdaa6Copy full SHA for a4cdaa6
1 file changed
.github/workflows/build.yml
@@ -143,6 +143,11 @@ jobs:
143
if: startsWith(matrix.os, 'windows')
144
- run: echo $Env:Path
145
146
+ - name: switch to Java 21 for verification
147
+ uses: actions/setup-java@v3
148
+ with:
149
+ distribution: 'zulu'
150
+ java-version: 21
151
- run: ruby --version
152
- run: ruby -e 'raise unless RUBY_ENGINE == %{jruby}'
153
- run: gem --version
0 commit comments