Skip to content

Commit 8f86796

Browse files
authored
Test with Java 25 and Java 21 (#326)
1 parent 34bedd2 commit 8f86796

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
@@ -6,6 +6,6 @@ buildPlugin(
66
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
9-
[platform: 'linux', jdk: 21],
10-
[platform: 'windows', jdk: 17],
11-
])
9+
[platform: 'linux', jdk: 25],
10+
[platform: 'windows', jdk: 21],
11+
])

0 commit comments

Comments
 (0)