Skip to content

Commit 55ab64c

Browse files
committed
Stop testing on EOLed JDKs
1 parent aa14b6f commit 55ab64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ stage('Configure') {
189189
condition: TestCondition.AFTER_MERGE),
190190
new JdkBuildEnvironment(version: '24', testCompilerTool: 'OpenJDK 24 Latest',
191191
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
192-
condition: TestCondition.AFTER_MERGE),
192+
condition: TestCondition.ON_DEMAND),
193193
new JdkBuildEnvironment(version: '25', testCompilerTool: 'OpenJDK 25 Latest',
194194
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
195195
condition: TestCondition.AFTER_MERGE),
196196
new JdkBuildEnvironment(version: '26', testCompilerTool: 'OpenJDK 26 Latest',
197197
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
198-
condition: TestCondition.AFTER_MERGE)
198+
condition: TestCondition.ON_DEMAND)
199199
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions
200200
// See java-version.main.compatible.expected.text in POMs.
201201
],

0 commit comments

Comments
 (0)