Commit: c6b0ec5ef43a242ad6c9ae06304aeaf562f13eee Author: Christoph M. Becker <[email protected]> Wed, 20 Jan 2021 18:47:30 +0100 Parents: a54c0acc49c950b7932571b0019a85c5572182af Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=c6b0ec5ef43a242ad6c9ae06304aeaf562f13eee Log: Prepare for 8.0 snaps Just in case. Changed paths: M templates/snaps.php Diff: diff --git a/templates/snaps.php b/templates/snaps.php index cad8a61..7e565a6 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -11,6 +11,14 @@ $minor_order = array( 'nts-windows-vs16-x64-avx', 'ts-windows-vs16-x64-avx', ), + '8.0' => array( + 'nts-windows-vs16-x64', + 'ts-windows-vs16-x64', + 'nts-windows-vs16-x86', + 'ts-windows-vs16-x86', + 'nts-windows-vs16-x64-avx', + 'ts-windows-vs16-x64-avx', + ), '7.4' => array( 'nts-windows-vc15-x64', 'ts-windows-vc15-x64', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
