Skip to content

Commit 550a0cd

Browse files
committed
HV-2119 Test against JDK 26
Signed-off-by: marko-bekhta <marko.prykladna@gmail.com>
1 parent 516cd85 commit 550a0cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ stage('Configure') {
128128
testLauncherArgs: '--enable-preview',
129129
condition: TestCondition.AFTER_MERGE),
130130
new JdkBuildEnvironment(testJavaVersion: '25', testCompilerTool: 'OpenJDK 25 Latest',
131+
testLauncherArgs: '--enable-preview',
132+
condition: TestCondition.AFTER_MERGE),
133+
new JdkBuildEnvironment(testJavaVersion: '26', testCompilerTool: 'OpenJDK 26 Latest',
131134
testLauncherArgs: '--enable-preview',
132135
condition: TestCondition.AFTER_MERGE)
133136
],

0 commit comments

Comments
 (0)