Skip to content

Commit 3626a62

Browse files
authored
Merge pull request #910 from MarkEWaite/test-with-java-25
2 parents c09e017 + 5e0079c commit 3626a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 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],
8+
[platform: 'linux', jdk: 25],
9+
[platform: 'windows', jdk: 21],
1010
])

0 commit comments

Comments
 (0)