Skip to content

Commit f255b95

Browse files
committed
Update JDK patch release and move GraalVM EE to JDK25
Graal went back to using JDK25, and 26 breaks because of methods not being found. Signed-off-by: Stefan Marr <[email protected]>
1 parent 7d8fda1 commit f255b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stages:
66
variables:
77
PYTHONUNBUFFERED: "true"
88
JVMCI_VERSION_CHECK: ignore
9-
GRAALEE_VERSION: oracle-graalvm-ea-jdk-26.0.0-ea.02
10-
JAVA_VERSION: temurin-24.0.1+9
9+
GRAALEE_VERSION: oracle-graalvm-ea-jdk-25.0.0-ea.36
10+
JAVA_VERSION: temurin-24.0.2+12
1111

1212
.shared-scripts:
1313
download-binaries: &DOWNLOAD_BINARIES |

0 commit comments

Comments
 (0)