Skip to content

Commit 8071fee

Browse files
committed
HV-1969 Stop testing against JDK 20
It EOL'd on Sept 19th, 2023. See https://endoflife.date/oracle-jdk Also, we already test against the next version (21).
1 parent 079f4a7 commit 8071fee

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
@@ -124,9 +124,6 @@ stage('Configure') {
124124
// We want to enable preview features when testing newer builds of OpenJDK:
125125
// even if we don't use these features, just enabling them can cause side effects
126126
// and it's useful to test that.
127-
new JdkBuildEnvironment(testJavaVersion: '20', testCompilerTool: 'OpenJDK 20 Latest',
128-
testLauncherArgs: '--enable-preview',
129-
condition: TestCondition.AFTER_MERGE),
130127
new JdkBuildEnvironment(testJavaVersion: '21', testCompilerTool: 'OpenJDK 21 Latest',
131128
testLauncherArgs: '--enable-preview',
132129
condition: TestCondition.AFTER_MERGE),

0 commit comments

Comments
 (0)