Skip to content

Commit 2b1fb86

Browse files
committed
Add JDK 22 images
1 parent f5656bb commit 2b1fb86

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
default_image: false
1818
- jdk_version: java21
1919
default_image: false
20+
- jdk_version: java22
21+
default_image: false
2022
timeout-minutes: 45
2123
steps:
2224
- uses: actions/checkout@v2

settings.sh

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ elif [ "${JDK_VERSION}" = "java20" ]; then
1313
elif [ "${JDK_VERSION}" = "java21" ]; then
1414
GRAAL_JDK_VERSION="21.0.2"
1515
BUILD_POLYGLOT=false
16+
elif [ "${JDK_VERSION}" = "java21" ]; then
17+
GRAAL_JDK_VERSION="22.0.2"
18+
BUILD_POLYGLOT=false
1619
else
1720
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2
1821
exit 1

0 commit comments

Comments
 (0)