Author: Gabriel Caruso (carusogabriel)
Date: 2023-01-05T15:59:31-03:00

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

PHP 8.0.27 releases

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 928f164..72361b5 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -45,16 +45,16 @@
 
 $QA_RELEASES = [
 
-    '8.0.26' => [
+    '8.0.27' => [
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_gz'  => 
'74066f7023d4b6e66a6b6208f86591c699f257a648bd803d87cf3a32e21f0c5d',
-            'sha256_bz2' => 
'8359da83ef886b3a8724cba1eadb97526adfeb40f28243cfe97b2090afeac986',
-            'sha256_xz'  => 
'42ed42933d850a99e3afab0927524e199b3e3aaf2536ac3abfb7fca24c1635ad',
+            'number'     => 0,
+            'sha256_gz'  => '',
+            'sha256_bz2' => '',
+            'sha256_xz'  => '',
             'date'       => '10 Nov 2022',
-            'baseurl'    => 'https://downloads.php.net/~pollita/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 

Reply via email to