Skip to content

Commit 6a3fee8

Browse files
committed
Remove JDK 22 testing
1 parent fc2b1b9 commit 6a3fee8

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
@@ -49,7 +49,6 @@ stage('Configure') {
4949
// and it's useful to test that.
5050
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
5151
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' ),
52-
new BuildEnvironment( testJdkVersion: '22', testJdkLauncherArgs: '--enable-preview' ),
5352
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5453
// they require the use of -Dnet.bytebuddy.experimental=true.
5554
// Make sure to remove that argument as soon as possible

0 commit comments

Comments
 (0)