Skip to content

Commit

Permalink
Update to GraalVM JDK 17.0.9 and 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 29, 2023
1 parent ec337d8 commit c2e488e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export JDK_VERSION="${JDK_VERSION-java17}"
export DEFAULT_IMAGE="${DEFAULT_IMAGE-false}"

if [ "${JDK_VERSION}" = "java17" ]; then
GRAAL_JDK_VERSION="17.0.8"
GRAAL_JDK_VERSION="17.0.9"
BUILD_POLYGLOT=true
elif [ "${JDK_VERSION}" = "java20" ]; then
GRAAL_JDK_VERSION="20.0.2"
BUILD_POLYGLOT=true
elif [ "${JDK_VERSION}" = "java21" ]; then
GRAAL_JDK_VERSION="21.0.0"
GRAAL_JDK_VERSION="21.0.1"
BUILD_POLYGLOT=false
else
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2
Expand Down

0 comments on commit c2e488e

Please sign in to comment.