Author: Gabriel Caruso (carusogabriel)
Date: 2024-01-09T01:25:35+01:00

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

PHP 8.0 is EOL

Following php/web-php#840

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 7ae3082..d3987fa 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -45,19 +45,6 @@
 
 $QA_RELEASES = [
 
-    '8.0.29' => [
-        'active'  => true,
-        'release' => [
-            'type'       => 'RC',
-            'number'     => 0,
-            'sha256_gz'  => '',
-            'sha256_bz2' => '',
-            'sha256_xz'  => '',
-            'date'       => '08 Jun 2023',
-            'baseurl'    => 'https://downloads.php.net/',
-        ],
-    ],
-
     '8.1.27' => [
         'active'  => true,
         'release' => [

Reply via email to