Skip to content

Commit 2546c28

Browse files
dreis2211snicoll
authored andcommitted
Detect JDK 17 GA builds
See gh-28102
1 parent 77b778c commit 2546c28

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)