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 bccea20 commit 3131d1fCopy full SHA for 3131d1f
Jenkinsfile
@@ -130,6 +130,9 @@ stage('Configure') {
130
testLauncherArgs: '--enable-preview',
131
condition: TestCondition.AFTER_MERGE),
132
new JdkBuildEnvironment(testJavaVersion: '20', testCompilerTool: 'OpenJDK 20 Latest',
133
+ testLauncherArgs: '--enable-preview',
134
+ condition: TestCondition.AFTER_MERGE),
135
+ new JdkBuildEnvironment(testJavaVersion: '21', testCompilerTool: 'OpenJDK 21 Latest',
136
137
condition: TestCondition.AFTER_MERGE)
138
],
0 commit comments