Skip to content

Commit f21fb64

Browse files
marko-bekhtabeikov
authored andcommitted
Add JDK 28 to the testing JDK list
1 parent 0797bf1 commit f21fb64

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
@@ -57,7 +57,8 @@ stage('Configure') {
5757
// they require the use of -Dnet.bytebuddy.experimental=true.
5858
// Make sure to remove that argument as soon as possible
5959
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
60-
new BuildEnvironment( testJdkVersion: '27', testJdkLauncherArgs: '--enable-preview --illegal-final-field-mutation=deny -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' )
60+
new BuildEnvironment( testJdkVersion: '27', testJdkLauncherArgs: '--enable-preview --illegal-final-field-mutation=deny -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' ),
61+
new BuildEnvironment( testJdkVersion: '28', testJdkLauncherArgs: '--enable-preview --illegal-final-field-mutation=deny -Dnet.bytebuddy.experimental=true', additionalOptions: '-PskipJacoco=true' )
6162
];
6263

6364
if ( env.CHANGE_ID ) {

0 commit comments

Comments
 (0)