Skip to content

Commit e5f4ce1

Browse files
committed
Test on Java 17/21
1 parent 4b61f33 commit e5f4ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def configurations = [
2-
[ platform: "linux", jdk: "11" ],
3-
[ platform: "windows", jdk: "11" ]
2+
[ platform: "linux", jdk: 21 ],
3+
[ platform: "windows", jdk: 17 ]
44
]
55

66
buildPlugin(failFast: false, configurations: configurations,

0 commit comments

Comments
 (0)