Author: Gabriel Caruso (carusogabriel)
Date: 2023-06-08T11:02:06+02:00
Commit:
https://github.com/php/web-qa/commit/cfba140a8c0377cb7e7eb9be907d0a19749f9a94
Raw diff:
https://github.com/php/web-qa/commit/cfba140a8c0377cb7e7eb9be907d0a19749f9a94.diff
PHP 8.0.29 released
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 4c1fb8a..640abe7 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -45,7 +45,7 @@
$QA_RELEASES = [
- '8.0.28' => [
+ '8.0.29' => [
'active' => true,
'release' => [
'type' => 'RC',
@@ -53,7 +53,7 @@
'sha256_gz' => '',
'sha256_bz2' => '',
'sha256_xz' => '',
- 'date' => '14 Feb 2022',
+ 'date' => '08 Jun 2023',
'baseurl' => 'https://downloads.php.net/',
],
],