Commit: 91da7a5a947585626e791a117fc69094ccb4aeae Author: Kalle Sommer Nielsen <ka...@php.net> Fri, 17 May 2019 01:02:16 +0300 Parents: e4b5936aef6fd1307f3ad0b6da85dd28c00cde07 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=91da7a5a947585626e791a117fc69094ccb4aeae Log: PHP 5.6 is no more and PHP_HEAD is now 8.0 Changed paths: M write-test.php Diff: diff --git a/write-test.php b/write-test.php index ec52850..1e987c6 100644 --- a/write-test.php +++ b/write-test.php @@ -7,11 +7,11 @@ $SITE_UPDATE = date("D M d H:i:s Y T", filectime(__FILE__)); // This is used below for linking to GCOV (Format: GCOV version => Human readable version) function get_active_branches() { return [ - 'PHP_5_6' => '5.6', 'PHP_7_1' => '7.1', 'PHP_7_2' => '7.2', 'PHP_7_3' => '7.3', - 'PHP_HEAD' => '7.4', + 'PHP_7_4' => '7.4', + 'PHP_HEAD' => '8.0' ]; }