Skip to content

Commit 079f4a7

Browse files
committed
HV-1969 Test Hibernate Validator against JDK 23
1 parent 6e73c5f commit 079f4a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ stage('Configure') {
131131
testLauncherArgs: '--enable-preview',
132132
condition: TestCondition.AFTER_MERGE),
133133
new JdkBuildEnvironment(testJavaVersion: '22', testCompilerTool: 'OpenJDK 22 Latest',
134+
testLauncherArgs: '--enable-preview',
135+
condition: TestCondition.AFTER_MERGE),
136+
new JdkBuildEnvironment(testJavaVersion: '23', testCompilerTool: 'OpenJDK 23 Latest',
134137
testLauncherArgs: '--enable-preview',
135138
condition: TestCondition.AFTER_MERGE)
136139
],

0 commit comments

Comments
 (0)