Skip to content

Commit 2f8371c

Browse files
committed
Merge pull request #28102 from dreis2211
* pr/28102: Detect JDK 17 GA builds Closes gh-28102
2 parents 77b778c + 2546c28 commit 2f8371c

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)