mirror of
https://github.com/docker-library/php.git
synced 2025-07-22 18:26:07 +00:00
Update API url for obtaining RC releases
See also https://github.com/php/web-php/pull/1261
This commit is contained in:

committed by
Jesper Noordsij

parent
82bac8f9b4
commit
c071029e8d
@ -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))
|
||||
|
Reference in New Issue
Block a user