Author: Sara Golemon (sgolemon)
Date: 2022-11-11T01:09:40Z

Commit: 
https://github.com/php/web-qa/commit/ac6f4a0b8f4f60c391023f1860e5a2dce65f2b0d
Raw diff: 
https://github.com/php/web-qa/commit/ac6f4a0b8f4f60c391023f1860e5a2dce65f2b0d.diff

remove old versions from release table

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 54e479f..23ef21c 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -44,31 +44,6 @@
 
 
 $QA_RELEASES = [
-    '7.3.26' => [
-        'active'  => false,
-        'release' => [
-            'type'       => 'RC',
-            'number'     => 0,
-            'sha256_bz2' => '',
-            'sha256_gz'  => '',
-            'sha256_xz'  => '',
-            'date'       => '17 Dec 2020',
-            'baseurl'    => 'https://downloads.php.net/~cmb/',
-        ],
-    ],
-
-    '7.4.27' => [
-        'active'  => false,
-        'release' => [
-            'type'       => 'RC',
-            'number'     => 0,
-            'sha256_gz'  => '',
-            'sha256_bz2' => '',
-            'sha256_xz'  => '',
-            'date'       => '02 Dec 2021',
-            'baseurl'    => 'https://downloads.php.net/~derick/',
-        ],
-    ],
 
     '8.0.26' => [
         'active'  => true,

Reply via email to