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 6e73c5f commit 079f4a7Copy full SHA for 079f4a7
Jenkinsfile
@@ -131,6 +131,9 @@ stage('Configure') {
131
testLauncherArgs: '--enable-preview',
132
condition: TestCondition.AFTER_MERGE),
133
new JdkBuildEnvironment(testJavaVersion: '22', testCompilerTool: 'OpenJDK 22 Latest',
134
+ testLauncherArgs: '--enable-preview',
135
+ condition: TestCondition.AFTER_MERGE),
136
+ new JdkBuildEnvironment(testJavaVersion: '23', testCompilerTool: 'OpenJDK 23 Latest',
137
138
condition: TestCondition.AFTER_MERGE)
139
],
0 commit comments