Author: Sergey Panteleev (saundefined)
Date: 2024-02-29T16:19:12+03:00

Commit: 
https://github.com/php/web-qa/commit/767628ca744a0aff4aa81f840ffb26b3fa2edbad
Raw diff: 
https://github.com/php/web-qa/commit/767628ca744a0aff4aa81f840ffb26b3fa2edbad.diff

Fix type

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 61aa8e4..3d96b17 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,7 +75,7 @@
     '8.3.4' => [
         'active'  => true,
         'release' => [
-            'type'       => 'RC1',
+            'type'       => 'RC',
             'number'     => 1,
             'sha256_bz2' => 
'cbe898e2ae54ab6e3adf38c6300d84dca1dce163c1bc417a799b162f5e44d025',
             'sha256_gz'  => 
'05189cecdacdce87b106d0106aa22dda2f78ef02b5f1cf30f40724ec07f1a929',

Reply via email to