Skip to content

Commit

Permalink
Add JDK 22 images
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 17, 2024
1 parent f5656bb commit 2b1fb86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
default_image: false
- jdk_version: java21
default_image: false
- jdk_version: java22
default_image: false
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ elif [ "${JDK_VERSION}" = "java20" ]; then
elif [ "${JDK_VERSION}" = "java21" ]; then
GRAAL_JDK_VERSION="21.0.2"
BUILD_POLYGLOT=false
elif [ "${JDK_VERSION}" = "java21" ]; then
GRAAL_JDK_VERSION="22.0.2"
BUILD_POLYGLOT=false
else
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2
exit 1
Expand Down

0 comments on commit 2b1fb86

Please sign in to comment.