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.
2 parents 77b778c + 2546c28 commit 2f8371cCopy full SHA for 2f8371c
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