Commit: 7e12d8a4af5d03ea63368b5f55a5401cceffb108 Author: Anatol Belski <[email protected]> Mon, 27 May 2019 23:31:37 +0200 Parents: 8d1379661797c1f70efa224c85ca295fae5f237e Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=7e12d8a4af5d03ea63368b5f55a5401cceffb108 Log: Remove 7.0 leftower from snaps script Changed paths: M templates/snaps.php Diff: diff --git a/templates/snaps.php b/templates/snaps.php index 12efc4f..7fedf29 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -1,7 +1,7 @@ <?php include __DIR__ . '/../include/tools.php'; -$major_order = array('7.4', '7.3', '7.2', '7.1', '7.0'); +$major_order = array('7.4', '7.3', '7.2', '7.1'); $minor_order = array( 'master' => array( 'nts-windows-vc15-x64', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
