Skip to content

Commit c2e488e

Browse files
committed
Update to GraalVM JDK 17.0.9 and 21.0.1
1 parent ec337d8 commit c2e488e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ export JDK_VERSION="${JDK_VERSION-java17}"
55
export DEFAULT_IMAGE="${DEFAULT_IMAGE-false}"
66

77
if [ "${JDK_VERSION}" = "java17" ]; then
8-
GRAAL_JDK_VERSION="17.0.8"
8+
GRAAL_JDK_VERSION="17.0.9"
99
BUILD_POLYGLOT=true
1010
elif [ "${JDK_VERSION}" = "java20" ]; then
1111
GRAAL_JDK_VERSION="20.0.2"
1212
BUILD_POLYGLOT=true
1313
elif [ "${JDK_VERSION}" = "java21" ]; then
14-
GRAAL_JDK_VERSION="21.0.0"
14+
GRAAL_JDK_VERSION="21.0.1"
1515
BUILD_POLYGLOT=false
1616
else
1717
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2

0 commit comments

Comments
 (0)