HHH-17565 Add JDK 22-ea testing

This commit is contained in:
Christian Beikov 2023-12-14 09:29:54 +01:00
parent ff86531fdc
commit 55431f292b
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -48,7 +48,8 @@ stage('Configure') {
// and it's useful to test that.
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' )
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' )
];
if ( env.CHANGE_ID ) {