Skip to content

Commit af06507

Browse files
committed
Update Jenkinsfile jdk versions
1 parent 3af7fb3 commit af06507

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
@@ -1,8 +1,8 @@
11
static List<Map<String, String>> recommendedConfigurations() {
22
def recentLTS = "2.387.3"
33
def configurations = [
4-
[ platform: "linux", jdk: "11", jenkins: recentLTS],
5-
[ platform: "windows", jdk: "11", jenkins: recentLTS]
4+
[ platform: "linux", jdk: "17", jenkins: recentLTS],
5+
[ platform: "windows", jdk: "17", jenkins: recentLTS]
66
]
77
return configurations
88
}

0 commit comments

Comments
 (0)