Commit: 9722a344a1c139b0bb19d7c43520861d675e0dc2 Author: Sara Golemon <poll...@php.net> Thu, 25 Jun 2020 16:38:58 +0000 Parents: 0687fce6d848f0c3a5f7d3921c5b2b2883048af0 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=9722a344a1c139b0bb19d7c43520861d675e0dc2 Log: 8.0.0alpha1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 5a2be9a..bc34d13 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -82,6 +82,19 @@ $QA_RELEASES = [ 'baseurl' => 'https://downloads.php.net/~derick/', ], ], + + '8.0.0' => [ + 'active' => true, + 'release' => [ + 'type' => 'alpha', + 'number' => 1, + 'sha256_gz' => 'dbc1df78f4b4bf758d796c0265b05500ab5e8d501543c5d7f42aeb67c9bbaa13', + 'sha256_bz2' => '06fb3beb67176a0e096cb7e89368aa2a0063c0a963bc69dad862895e2474f4ee', + 'sha256_xz' => '2ab527b3b96908b123271ee390ea01169effeb5027a7f85dbe4d0d37d7da1628', + 'date' => '25 June 2020', + 'baseurl' => 'https://downloads.php.net/~pollita/', + ], + ], ]; /*** End Configuration *******************************************************************/