Skip to content

Commit 8b6759b

Browse files
committed
HHH-20335 Test against JDK 27
1 parent 8a1fa9a commit 8b6759b

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
@@ -53,7 +53,8 @@ stage('Configure') {
5353
// they require the use of -Dnet.bytebuddy.experimental=true.
5454
// Make sure to remove that argument as soon as possible
5555
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
56-
new BuildEnvironment( testJdkVersion: '26', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' )
56+
new BuildEnvironment( testJdkVersion: '26', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' ),
57+
new BuildEnvironment( testJdkVersion: '27', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' )
5758
];
5859

5960
if ( env.CHANGE_ID ) {

0 commit comments

Comments
 (0)