Skip to content

Commit

Permalink
Test also Java 17 and 21 and Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
  • Loading branch information
Lehmann-Fabian committed Aug 1, 2024
1 parent 7a0520b commit 2bee548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 11],
[platform: 'windows', jdk: 17],
[platform: 'windows', jdk: 21],
])

0 comments on commit 2bee548

Please sign in to comment.