Skip to content

Commit 332ca14

Browse files
committed
Stop testing on EOLed JDKs
1 parent 7b5a7da commit 332ca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ stage('Configure') {
167167
condition: TestCondition.AFTER_MERGE),
168168
new JdkBuildEnvironment(version: '22', testCompilerTool: 'OpenJDK 22 Latest',
169169
testLauncherArgs: '--enable-preview',
170-
condition: TestCondition.AFTER_MERGE)
170+
condition: TestCondition.ON_DEMAND)
171171
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions
172172
// See java-version.main.compatible.expected.text in POMs.
173173
],

0 commit comments

Comments
 (0)