Skip to content

Commit 78dca5e

Browse files
committed
Drop JDK 23 testing
1 parent 6d42e82 commit 78dca5e

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
@@ -46,7 +46,6 @@ stage('Configure') {
4646
// We want to enable preview features when testing newer builds of OpenJDK:
4747
// even if we don't use these features, just enabling them can cause side effects
4848
// and it's useful to test that.
49-
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
5049
new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
5150
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview', additionalOptions: '-PskipJacoco=true' ),
5251
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:

0 commit comments

Comments
 (0)