Skip to content

Commit

Permalink
HV-1835 Test Hibernate Validator against JDK17
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and gsmet committed Mar 16, 2021
1 parent b337e4d commit e504133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Expand Up @@ -142,6 +142,8 @@ stage('Configure') {
new JdkBuildEnvironment(version: '15', buildJdkTool: 'OpenJDK 15 Latest',
condition: TestCondition.ON_DEMAND),
new JdkBuildEnvironment(version: '16', buildJdkTool: 'OpenJDK 16 Latest',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '17', buildJdkTool: 'OpenJDK 17 Latest',
condition: TestCondition.AFTER_MERGE)
],
wildflyTck: [
Expand Down

0 comments on commit e504133

Please sign in to comment.