Skip to content

Commit 7a0bbd6

Browse files
committed
Remove JDK 22 testing
1 parent 631ae2e commit 7a0bbd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ stage('Configure') {
5050
// and it's useful to test that.
5151
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
5252
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
53-
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
5453
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5554
// they require the use of -Dnet.bytebuddy.experimental=true.
5655
// Make sure to remove that argument as soon as possible

0 commit comments

Comments
 (0)