Skip to content

Commit

Permalink
Merge pull request #133 from NotMyFault/jdk-17
Browse files Browse the repository at this point in the history
Add Java 17 to test matrix
  • Loading branch information
jglick authored Apr 19, 2023
2 parents 57a725b + 367f08d commit a32b64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "11" ],
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "17" ],
])

0 comments on commit a32b64e

Please sign in to comment.