Skip to content

Commit c071029

Browse files
committed
Update API url for obtaining RC releases
See also php/web-php#1261
1 parent 82bac8f commit c071029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for version in "${versions[@]}"; do
3333
) ]
3434
'
3535
else
36-
apiUrl='https://qa.php.net/api.php?type=qa-releases&format=json'
36+
apiUrl='https://www.php.net/release-candidates.php?format=json'
3737
apiJqExpr='
3838
(.releases // [])[]
3939
| select(.version | startswith(env.rcVersion))

0 commit comments

Comments
 (0)