Update API url for obtaining RC releases

See also https://github.com/php/web-php/pull/1261
This commit is contained in:
Jesper Noordsij
2025-07-02 10:10:08 +02:00
committed by Jesper Noordsij
parent 82bac8f9b4
commit c071029e8d

View File

@ -33,7 +33,7 @@ for version in "${versions[@]}"; do
) ]
'
else
apiUrl='https://qa.php.net/api.php?type=qa-releases&format=json'
apiUrl='https://www.php.net/release-candidates.php?format=json'
apiJqExpr='
(.releases // [])[]
| select(.version | startswith(env.rcVersion))