Skip to content

Commit

Permalink
Merge pull request #28102 from dreis2211
Browse files Browse the repository at this point in the history
* pr/28102:
  Detect JDK 17 GA builds

Closes gh-28102
  • Loading branch information
snicoll committed Sep 22, 2021
2 parents 77b778c + 2546c28 commit 2f8371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/detect-jdk-updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case "$JDK_VERSION" in
ISSUE_TITLE="Upgrade Java 11 version in CI image"
;;
java17)
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ea"
BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ga"
ISSUE_TITLE="Upgrade Java 17 version in CI image"
;;
*)
Expand Down

0 comments on commit 2f8371c

Please sign in to comment.