Skip to content

Commit 34fbf85

Browse files
committed
Merge branch '2.5.x'
Closes gh-28104
2 parents 8b828a4 + 2f8371c commit 34fbf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ case "$JDK_VERSION" in
1717
ISSUE_TITLE="Upgrade Java 11 version in CI image"
1818
;;
1919
java17)
20-
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ea"
20+
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ga"
2121
ISSUE_TITLE="Upgrade Java 17 version in CI image"
2222
;;
2323
*)

0 commit comments

Comments
 (0)