Skip to content

Commit d1ec50b

Browse files
committed
Merge branch '2.5.x' into 2.6.x
Closes gh-30427
2 parents acb63e7 + f33b489 commit d1ec50b

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
@@ -21,7 +21,7 @@ case "$JDK_VERSION" in
2121
ISSUE_TITLE="Upgrade Java 17 version in CI image"
2222
;;
2323
java18)
24-
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/18/ea"
24+
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/18/ga"
2525
ISSUE_TITLE="Upgrade Java 18 version in CI image"
2626
;;
2727
*)

0 commit comments

Comments
 (0)