Skip to content

Commit a3c4357

Browse files
authored
Fetch windows QA releases file
1 parent 4c2c9e8 commit a3c4357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-backend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ usergroups_update_infos($root);
5151

5252
fetch_into_file("https://downloads.php.net/~windows/releases/releases.json", "$root/backend/win-releases.json");
5353

54+
fetch_into_file("https://downloads.php.net/~windows/qa/releases.json", "$root/backend/win-qa-releases.json");
55+
5456
// Fetch data into a temporary file first, and then
5557
// overwrite the real file with the new data
5658
function fetch_into_file($url, $file)

0 commit comments

Comments
 (0)