Skip to content

Commit

Permalink
Test on Java 21 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Sep 20, 2023
1 parent 9206554 commit 02e6dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def runTests(Map params = [:]) {

parallel(
'windows-11': runTests(platform: 'windows', jdk: 11),
'linux-11': runTests(platform: 'linux', jdk: 11),
'linux-17': runTests(platform: 'linux', jdk: 17)
'linux-17': runTests(platform: 'linux', jdk: 17),
'linux-21': runTests(platform: 'linux', jdk: 21)
)
infra.maybePublishIncrementals()

0 comments on commit 02e6dc3

Please sign in to comment.