Remove JDK 22 testing

This commit is contained in:
Christian Beikov 2024-09-18 09:30:51 +02:00
parent fc2b1b9854
commit 6a3fee83fa
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -49,7 +49,6 @@ 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' ),
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
// they require the use of -Dnet.bytebuddy.experimental=true.
// Make sure to remove that argument as soon as possible