File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ 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 : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
5253 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5354 // they require the use of -Dnet.bytebuddy.experimental=true.
5455 // Make sure to remove that argument as soon as possible
5556 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
56- new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
5757 new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
5858 ];
5959
You can’t perform that action at this time.
0 commit comments