Commit:    8de634043b7319cdccbbcfb251f216d86e092e04
Author:    Remi Collet <r...@php.net>         Thu, 18 Jan 2018 12:38:44 +0100
Parents:   5c86cfd0bfebf463a3bdc1de3f2a406e6b7233ea
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=8de634043b7319cdccbbcfb251f216d86e092e04

Log:
7.1 and 7.2 are active

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 1f685c0..c6a40cd 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -70,7 +70,7 @@ $QA_RELEASES = array(
         ),
 
         '7.1.14' => array(
-                'active'                => false,
+                'active'                => true,
                 'release'              => array(
                         'type'          => 'RC',
                         'number'        => 1,
@@ -83,7 +83,7 @@ $QA_RELEASES = array(
        ),
 
         '7.2.2' => array(
-                'active'                => false,
+                'active'                => true,
                 'release'              => array(
                         'type'          => 'RC',
                         'number'        => 1,


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to