Author: Ben Ramsey (ramsey)
Date: 2022-06-04T11:04:49-05:00

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

Get ready for PHP 8.2.0 alpha releases

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index b63f7b6..280937b 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -95,6 +95,20 @@
             'baseurl'    => 'https://downloads.php.net/~patrickallaert/',
         ],
     ],
+
+    '8.2.0' => [
+        'active'  => false,
+        'release' => [
+            'type'       => 'alpha',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
+            'date'       => '9 Jun 2022',
+            'baseurl'    => 'https://downloads.php.net/~ramsey/',
+        ],
+    ],
+
 ];
 
 /*** End Configuration 
*******************************************************************/

Reply via email to