We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93564a commit 3c2c0f2Copy full SHA for 3c2c0f2
.github/actions/common/action.yml
@@ -85,7 +85,7 @@ runs:
85
if: ${{ inputs.native-image == 'true' }}
86
uses: graalvm/[email protected]
87
with:
88
- java-version: ${{ env.JAVA_VERSION }}
+ java-version: ${{ env.GRAALVM_JAVA_VERSION }}
89
version: ${{ env.GRAALVM_VERSION }}
90
components: 'native-image'
91
check-for-updates: 'false'
.github/workflows/validate.yml
@@ -31,6 +31,7 @@ on:
31
env:
32
JAVA_VERSION: 17.0.12
33
JAVA_DISTRO: oracle
34
+ GRAALVM_JAVA_VERSION: 21
35
GRAALVM_VERSION: 21.3.3.1
36
MVN_ARGS: |
37
-B -fae -e
0 commit comments