Skip to content

Commit f33b489

Browse files
committed
Merge pull request #30415 from eddumelendez
* gh-30415: Switch to GA releases for Java 18 update checks Closes gh-30415
2 parents fe27ce8 + 713edf3 commit f33b489

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)