Skip to content

Commit 763e9f5

Browse files
authored
Test with Java 25 and Java 21 (#188)
1 parent 84e127a commit 763e9f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
buildPlugin(
66
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
77
configurations: [
8-
[platform: 'linux', jdk: 21],
9-
[platform: 'windows', jdk: 17],
10-
])
8+
[platform: 'linux', jdk: 25],
9+
[platform: 'windows', jdk: 21],
10+
])

0 commit comments

Comments
 (0)