Skip to content

Commit 85af420

Browse files
TysonAndrecmb69
andauthored
[skip ci] Update documentation of supported php versions (#7822)
https://www.php.net/supported-versions.php Co-authored-by: Christoph M. Becker <[email protected]>
1 parent 9362d6f commit 85af420

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are fixing a bug, then please submit your PR against the lowest actively
3535
supported branch of PHP that the bug affects (only green branches on
3636
[the supported version page](https://www.php.net/supported-versions.php) are
3737
supported). For example, at the time of writing, the lowest supported version is
38-
PHP 7.3, which corresponds to the `PHP-7.3` branch in Git. Please also make sure
38+
PHP 8.0, which corresponds to the `PHP-8.0` branch in Git. Please also make sure
3939
you add a link to the PR in the bug on [the bug tracker](https://bugs.php.net/).
4040

4141
Pull requests implementing RFCs should be submitted against `master`.
@@ -332,9 +332,9 @@ Currently we have the following branches in use:
332332
| master | Active development branch for PHP 8.2, which is open for backwards incompatible changes and major internal API changes. |
333333
| PHP-8.1 | Is used to release the PHP 8.1.x series. This is a current stable version and is open for bugfixes only. |
334334
| PHP-8.0 | Is used to release the PHP 8.0.x series. This is a current stable version and is open for bugfixes only. |
335-
| PHP-7.4 | Is used to release the PHP 7.4.x series. This is a current stable version and is open for bugfixes only. |
336-
| PHP-7.3 | Is used to release the PHP 7.3.x series. This is a current stable version and is open for bugfixes only. |
337-
| PHP-7.2 | Is used to release the PHP 7.2.x series. This is an old stable version and is open for security fixes only. |
335+
| PHP-7.4 | Is used to release the PHP 7.4.x series. This is an old stable version and is open for security fixes only. |
336+
| PHP-7.3 | This branch is closed. |
337+
| PHP-7.2 | This branch is closed. |
338338
| PHP-7.1 | This branch is closed. |
339339
| PHP-7.0 | This branch is closed. |
340340
| PHP-5.6 | This branch is closed. |
@@ -349,8 +349,8 @@ Currently we have the following branches in use:
349349
The next few rules are more of a technical nature:
350350

351351
1. All non-security bugfix changes should first go to the lowest bugfix branch
352-
(i.e. 7.3) and then get merged up to all other branches. All security fixes
353-
should go to the lowest security fixes branch (i.e 7.2). If a change is not
352+
(i.e. 8.0) and then get merged up to all other branches. All security fixes
353+
should go to the lowest security fixes branch (i.e 7.4). If a change is not
354354
needed for later branches (i.e. fixes for features which were dropped from
355355
later branches) an empty merge should be done.
356356

0 commit comments

Comments
 (0)