Author: Gabriel Caruso (carusogabriel)
Date: 2023-02-14T15:11:39+01:00
Commit:
https://github.com/php/web-qa/commit/1f395af30d03e5e88314e516d21a94bfef53fa3f
Raw diff:
https://github.com/php/web-qa/commit/1f395af30d03e5e88314e516d21a94bfef53fa3f.diff
PHP 8.0.28 releases
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index f13081c..f6ab956 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -45,7 +45,7 @@
$QA_RELEASES = [
- '8.0.27' => [
+ '8.0.28' => [
'active' => true,
'release' => [
'type' => 'RC',
@@ -53,7 +53,7 @@
'sha256_gz' => '',
'sha256_bz2' => '',
'sha256_xz' => '',
- 'date' => '10 Nov 2022',
+ 'date' => '14 Feb 2022',
'baseurl' => 'https://downloads.php.net/',
],
],