Skip to content

Commit 3c2c0f2

Browse files
committed
Align GRAALVM version
1 parent c93564a commit 3c2c0f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/common/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
if: ${{ inputs.native-image == 'true' }}
8686
uses: graalvm/[email protected]
8787
with:
88-
java-version: ${{ env.JAVA_VERSION }}
88+
java-version: ${{ env.GRAALVM_JAVA_VERSION }}
8989
version: ${{ env.GRAALVM_VERSION }}
9090
components: 'native-image'
9191
check-for-updates: 'false'

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
env:
3232
JAVA_VERSION: 17.0.12
3333
JAVA_DISTRO: oracle
34+
GRAALVM_JAVA_VERSION: 21
3435
GRAALVM_VERSION: 21.3.3.1
3536
MVN_ARGS: |
3637
-B -fae -e

0 commit comments

Comments
 (0)