Remove JDK 22 testing

This commit is contained in:
Christian Beikov 2024-09-18 09:32:02 +02:00
parent 631ae2e853
commit 7a0bbd63cb
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -50,7 +50,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