Skip to content

Commit 6951d45

Browse files
committed
Stop testing on EOLed JDKs
1 parent 7b5a7da commit 6951d45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ stage('Configure') {
163163
// even if we don't use these features, just enabling them can cause side effects
164164
// and it's useful to test that.
165165
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
166-
testLauncherArgs: '--enable-preview',
167-
condition: TestCondition.AFTER_MERGE),
168-
new JdkBuildEnvironment(version: '22', testCompilerTool: 'OpenJDK 22 Latest',
169166
testLauncherArgs: '--enable-preview',
170167
condition: TestCondition.AFTER_MERGE)
171168
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions

0 commit comments

Comments
 (0)