Test against JDK 22 EA
This commit is contained in:
parent
a209b7ad46
commit
97a10e772d
|
@ -49,7 +49,8 @@ stage('Configure') {
|
||||||
// and it's useful to test that.
|
// and it's useful to test that.
|
||||||
new BuildEnvironment( testJdkVersion: '19', testJdkLauncherArgs: '--enable-preview' ),
|
new BuildEnvironment( testJdkVersion: '19', testJdkLauncherArgs: '--enable-preview' ),
|
||||||
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
||||||
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' )
|
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
|
||||||
|
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' )
|
||||||
];
|
];
|
||||||
|
|
||||||
if ( env.CHANGE_ID ) {
|
if ( env.CHANGE_ID ) {
|
||||||
|
|
Loading…
Reference in New Issue