Skip to content

Commit 918aba0

Browse files
authored
Test with Java 25 and Java 21 (#2732)
1 parent 001a2ca commit 918aba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Windows controller tests crash with unexpected errors
22
buildPlugin(useContainerAgent: true, forkCount: '0.5C', timeout: 360, configurations: [
3-
[platform: 'linux', jdk: 21],
4-
[platform: 'windows', jdk: 17],
3+
[platform: 'linux', jdk: 25],
4+
[platform: 'windows', jdk: 21],
55
])

0 commit comments

Comments
 (0)