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 fe27ce8 + 713edf3 commit f33b489Copy full SHA for f33b489
ci/scripts/detect-jdk-updates.sh
@@ -21,7 +21,7 @@ case "$JDK_VERSION" in
21
ISSUE_TITLE="Upgrade Java 17 version in CI image"
22
;;
23
java18)
24
- BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/18/ea"
+ BASE_URL="https://api.adoptium.net/v3/assets/feature_releases/18/ga"
25
ISSUE_TITLE="Upgrade Java 18 version in CI image"
26
27
*)
0 commit comments