Stop testing against JDK 19
This commit is contained in:
parent
97a10e772d
commit
ac6ee6788b
|
@ -47,7 +47,6 @@ stage('Configure') {
|
|||
// We want to enable preview features when testing newer builds of OpenJDK:
|
||||
// even if we don't use these features, just enabling them can cause side effects
|
||||
// and it's useful to test that.
|
||||
new BuildEnvironment( testJdkVersion: '19', testJdkLauncherArgs: '--enable-preview' ),
|
||||
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
||||
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
|
||||
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' )
|
||||
|
|
Loading…
Reference in New Issue