Skip to content

Commit 18f256c

Browse files
committed
bump minimum native version
1 parent 2c42892 commit 18f256c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tools-data.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88

99
env:
1010
JAVA_VERSION: 17
11-
GRAALVM_DIST: graalvm-community
1211
JAVA_DISTRO: temurin
12+
NATIVE_JAVA_VERSION: 21
13+
GRAALVM_DIST: graalvm-community
1314
FAIL_ISSUE: 140
1415

1516
permissions: read-all
@@ -126,7 +127,7 @@ jobs:
126127
- uses: graalvm/setup-graalvm@4a200f28cd70d1940b5e33bd00830b7dc71a7e2b # v1.2.6
127128
with:
128129
distribution: ${{ env.GRAALVM_DIST }}
129-
java-version: ${{ env.JAVA_VERSION }}
130+
java-version: ${{ env.NATIVE_JAVA_VERSION }}
130131
github-token: ${{ secrets.GITHUB_TOKEN }}
131132
cache: 'maven'
132133

0 commit comments

Comments
 (0)