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 fe27ce8 commit 713edf3Copy full SHA for 713edf3
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