Skip to content

Commit 4919789

Browse files
authored
Test with Java 25 and Java 21 (#265)
Java 25 released in September 2025 and the Jenkins project wants to support it soon after release. Don't test with Java 17, since we've not found any issues that were specific to the Java version used for the test. Testing done: Confirmed that tests pass with Java 25
1 parent 7e4defc commit 4919789

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
@@ -6,6 +6,6 @@ buildPlugin(
66
forkCount: '1C', // Run a JVM per core in tests
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],
9+
[platform: 'linux', jdk: 25],
10+
[platform: 'windows', jdk: 21],
1111
])

0 commit comments

Comments
 (0)