Author: Ben Ramsey (ramsey)
Date: 2021-06-10T09:57:49-05:00

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

Prepare QA for 8.1.0alpha1

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 7e02b74..052ab02 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -82,6 +82,19 @@
             'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
+
+    '8.1.0' => [
+        'active'  => true,
+        'release' => [
+            'type'       => 'alpha',
+            'number'     => 1,
+            'sha256_gz'  => 
'279edf3226e562aedad5caf593782964c430a1ebfd367221e2488e54d1be3c74',
+            'sha256_bz2' => 
'38fb766220c4e18da24db404812d343d34bb16256e621c629aafa7395b5e72f6',
+            'sha256_xz'  => 
'131a81ef9e0d62ba3b5ed81d530a4ff38d256ff12acec243d6afb5b39a85cb79',
+            'date'       => '10 Jun 2021',
+            'baseurl'    => 'https://downloads.php.net/~patrickallaert/',
+        ],
+    ],
 ];
 
 /*** End Configuration 
*******************************************************************/

Reply via email to