Skip to content

Commit

Permalink
Detect JDK 17 GA builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Sep 22, 2021
1 parent 77b778c commit 2546c28
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 2546c28

Please sign in to comment.