Commit: a400ce90455264ab8ee797e7dc9896248391ab41 Author: Sara Golemon <poll...@php.net> Fri, 24 Aug 2018 17:02:57 -0400 Parents: f2c7091c9f3176f63b8f88012ba30001d9516856 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=a400ce90455264ab8ee797e7dc9896248391ab41 Log: Update get_active_branches() to include 7.4 Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index c84f654..cc5076a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -53,6 +53,7 @@ function get_active_branches() { 'PHP_5_6' => '5.6', 'PHP_7_1' => '7.1', 'PHP_7_2' => '7.2', - 'PHP_HEAD' => '7.3' + 'PHP_7_3' => '7.3', + 'PHP_HEAD' => '7.4', ]; -} \ No newline at end of file +}