From 00977fe9a91e6009ece42a61ebf6a5688caf1fc1 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Mon, 10 Jun 2024 23:19:45 +0200 Subject: [PATCH] Add JDK 24-ea testing --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a913f133fc..9b6d025b00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,8 @@ stage('Configure') { // they require the use of -Dnet.bytebuddy.experimental=true. // Make sure to remove that argument as soon as possible // -- generally that requires upgrading bytebuddy after the JDK goes GA. - new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' ) + new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' ), + new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' ) ]; if ( env.CHANGE_ID ) {