diff --git a/Jenkinsfile b/Jenkinsfile
index a861d7a99..1f262aafa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -128,6 +128,9 @@ stage('Configure') {
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(testJavaVersion: '25', testCompilerTool: 'OpenJDK 25 Latest',
+ testLauncherArgs: '--enable-preview',
+ condition: TestCondition.AFTER_MERGE),
+ new JdkBuildEnvironment(testJavaVersion: '26', testCompilerTool: 'OpenJDK 26 Latest',
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE)
],
diff --git a/pom.xml b/pom.xml
index a61ceff5d..1f3c15e81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1807,6 +1807,22 @@
-Dnet.bytebuddy.experimental=true
+
+ testWithJdk26
+
+
+ java-version.test.release
+ 26
+
+
+
+
+ true
+
+ -Dnet.bytebuddy.experimental=true
+ -Dnet.bytebuddy.experimental=true
+
+