Skip to content

Commit 6431cc5

Browse files
committed
Do not run CI against EOL JDK versions
1 parent 6da2e5e commit 6431cc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ stage('Configure') {
3535
// We want to enable preview features when testing newer builds of OpenJDK:
3636
// even if we don't use these features, just enabling them can cause side effects
3737
// and it's useful to test that.
38-
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
39-
new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview' ),
4038
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' )
4139
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
4240
// they require the use of -Dnet.bytebuddy.experimental=true.

0 commit comments

Comments
 (0)