Skip to content

Commit

Permalink
run integration tests for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Jan 29, 2023
1 parent ff05c70 commit 268b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Java versions to test against
String[] unitTestJdkVersions = [11]
String[] unitTestJdkVersions = [11, 17]
String integrationJdkVersions = 11

// Platform to test for
Expand Down

0 comments on commit 268b4cf

Please sign in to comment.