File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ stage('Configure') {
4747 // and it's useful to test that.
4848 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
4949 new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
50- new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview' )
50+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview' ),
5151 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5252 // they require the use of -Dnet.bytebuddy.experimental=true.
5353 // Make sure to remove that argument as soon as possible
5454 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
55+ new BuildEnvironment ( testJdkVersion : ' 26' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
5556 ];
5657
5758 if ( env. CHANGE_ID ) {
You can’t perform that action at this time.
0 commit comments