Author: Gabriel Caruso (carusogabriel) Date: 2022-10-13T16:02:14+02:00 Commit: https://github.com/php/web-qa/commit/67426c77257813798fb74110351369ba4b5a53cc Raw diff: https://github.com/php/web-qa/commit/67426c77257813798fb74110351369ba4b5a53cc.diff
Announce PHP 8.0.25RC1 QA Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 916a375..05306c5 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -70,14 +70,14 @@ ], ], - '8.0.24' => [ + '8.0.25' => [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 0, - 'sha256_gz' => '', - 'sha256_bz2' => '', - 'sha256_xz' => '', + 'number' => 1, + 'sha256_gz' => 'b8503356d15ddbecc60f5875edf5f31706d9679f37c0a3f63191192955203b02', + 'sha256_bz2' => '523e2845cd05591b502cd748b618e4c266f0f3af3c80f8551f24289e9171b0c4', + 'sha256_xz' => 'ae040a140dbfc988f1a91e3effea61440ab08f8b169c81634b2fb89484f48ebc', 'date' => '13 Oct 2022', 'baseurl' => 'https://downloads.php.net/~carusogabriel/', ],