We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516cd85 commit 550a0cdCopy full SHA for 550a0cd
Jenkinsfile
@@ -128,6 +128,9 @@ stage('Configure') {
128
testLauncherArgs: '--enable-preview',
129
condition: TestCondition.AFTER_MERGE),
130
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',
134
135
condition: TestCondition.AFTER_MERGE)
136
],
0 commit comments