Skip to content

Commit 5265391

Browse files
committed
HHH-20345 Test against JDK 26
1 parent 2743d3a commit 5265391

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ 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: '25', testJdkLauncherArgs: '--enable-preview' )
38+
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' ),
39+
new BuildEnvironment( testJdkVersion: '26', testJdkLauncherArgs: '--enable-preview' )
3940
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
4041
// they require the use of -Dnet.bytebuddy.experimental=true.
4142
// Make sure to remove that argument as soon as possible

0 commit comments

Comments
 (0)