We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b778c commit 2546c28Copy full SHA for 2546c28
ci/scripts/detect-jdk-updates.sh
@@ -17,7 +17,7 @@ case "$JDK_VERSION" in
17
ISSUE_TITLE="Upgrade Java 11 version in CI image"
18
;;
19
java17)
20
- BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ea"
+ BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/17/ga"
21
ISSUE_TITLE="Upgrade Java 17 version in CI image"
22
23
*)
0 commit comments