Skip to content

Commit 13f2365

Browse files
authored
Merge pull request #481 from MarkEWaite/test-with-java-25
Test with Java 25
2 parents 1d1e8b7 + e8d2fb0 commit 13f2365

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,6 +1,6 @@
11
def configurations = [
2-
[ platform: "linux", jdk: 21 ],
3-
[ platform: "windows", jdk: 17 ]
2+
[ platform: "linux", jdk: 25 ],
3+
[ platform: "windows", jdk: 21 ]
44
]
55

66
buildPlugin(failFast: false, configurations: configurations,

0 commit comments

Comments
 (0)