[web-qa] master: Announce PHP 8.4.0alpha1

Saki Takamachi <[email protected]> Fri, 5 Jul 2024 08:47:17 +0000
Newsgroups gmane.comp.php.quality-assurance
Message-ID <[email protected]>
Author: Saki Takamachi (SakiTakamachi)
Date: 2024-07-05T17:46:31+09:00

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

Announce PHP 8.4.0alpha1

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index a35942b..0138b3d 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -84,6 +84,19 @@
             'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
+
+    '8.4.0' => [
+        'active'  => true,
+        'release' => [
+            'type'       => 'alpha',
+            'number'     => 1,
+            'sha256_bz2' => '7b927be47651007407cb99cb3cd8316a1ffebe029ea0ebdc386e1e5caad64082',
+            'sha256_gz'  => '200fc03de5bf34bc621a24fce061bf3ec8d4d2fc8a676ed9b3f94ad129f69eab',
+            'sha256_xz'  => '65903a7add51350540b567f8cd2d964ac11366bf33e1b287489765feac45278e',
+            'date'       => '04 Jul 2024',
+            'baseurl'    => 'https://downloads.php.net/~saki/',
+        ],
+    ],
 ];
 
 /*** End Configuration *******************************************************************/