Skip to content

Commit

Permalink
Test with Java 17 and 21 (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 25, 2023
1 parent 74585a2 commit 7a8ab6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ buildPlugin(
useContainerAgent: true,
// Show failures on all configurations
failFast: false,
// Test Java 11, 17, and 21
// Test Java 17 and 21
configurations: [
[platform: 'linux', jdk: '17'], // Linux first for coverage report on ci.jenkins.io
[platform: 'linux', jdk: '21', jenkins: '2.414'],
[platform: 'windows', jdk: '11'],
[platform: 'linux', jdk: '21'], // Linux first for coverage report on ci.jenkins.io
[platform: 'windows', jdk: '17'],
]
)

0 comments on commit 7a8ab6c

Please sign in to comment.