Skip to content

Commit d14f18d

Browse files
committed
Stop testing on EOLed JDKs
1 parent 60881ba commit d14f18d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,7 @@ stage('Configure') {
155155
// We want to enable preview features when testing newer builds of OpenJDK:
156156
// even if we don't use these features, just enabling them can cause side effects
157157
// and it's useful to test that.
158-
new JdkBuildEnvironment(version: '20', testCompilerTool: 'OpenJDK 20 Latest',
159-
testLauncherArgs: '--enable-preview',
160-
condition: TestCondition.AFTER_MERGE),
161158
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
162-
testLauncherArgs: '--enable-preview',
163-
condition: TestCondition.AFTER_MERGE),
164-
new JdkBuildEnvironment(version: '22', testCompilerTool: 'OpenJDK 22 Latest',
165159
testLauncherArgs: '--enable-preview',
166160
condition: TestCondition.AFTER_MERGE)
167161
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions

0 commit comments

Comments
 (0)