File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,7 @@ stage('Configure') {
121121 isDefault : true ),
122122 new JdkBuildEnvironment (testJavaVersion : ' 11' , testCompilerTool : ' OpenJDK 11 Latest' ,
123123 condition : TestCondition . BEFORE_MERGE ),
124- new JdkBuildEnvironment (testJavaVersion : ' 18' , testCompilerTool : ' OpenJDK 18 Latest' ,
125- condition : TestCondition . AFTER_MERGE ),
126- // We want to enable preview features when testing early-access builds of OpenJDK:
124+ // We want to enable preview features when testing newer builds of OpenJDK:
127125 // even if we don't use these features, just enabling them can cause side effects
128126 // and it's useful to test that.
129127 new JdkBuildEnvironment (testJavaVersion : ' 19' , testCompilerTool : ' OpenJDK 19 Latest' ,
You can’t perform that action at this time.
0 commit comments