Skip to content

Commit 3131d1f

Browse files
yrodieregsmet
authored andcommitted
HV-1935 Test Hibernate Validator against JDK 21
1 parent bccea20 commit 3131d1f

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
@@ -130,6 +130,9 @@ stage('Configure') {
130130
testLauncherArgs: '--enable-preview',
131131
condition: TestCondition.AFTER_MERGE),
132132
new JdkBuildEnvironment(testJavaVersion: '20', testCompilerTool: 'OpenJDK 20 Latest',
133+
testLauncherArgs: '--enable-preview',
134+
condition: TestCondition.AFTER_MERGE),
135+
new JdkBuildEnvironment(testJavaVersion: '21', testCompilerTool: 'OpenJDK 21 Latest',
133136
testLauncherArgs: '--enable-preview',
134137
condition: TestCondition.AFTER_MERGE)
135138
],

0 commit comments

Comments
 (0)