Skip to content

Commit 3395f53

Browse files
authored
chore(updatecli): add missing JDK25 in updatecli version_pattern value (#1074)
1 parent 31c75e6 commit 3395f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updatecli/values.github-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ github:
77
owner: "jenkinsci"
88
repository: "docker-agent"
99
temurin:
10-
version_pattern: "^jdk-[17|21].(\\d*).(\\d*).(\\d*)(.(\\d*))\\+(\\d*)?$"
10+
version_pattern: "^jdk-[17|21|25].(\\d*).(\\d*).(\\d*)(.(\\d*))\\+(\\d*)?$"

0 commit comments

Comments
 (0)