Upgrade branches in GIT-RULES

This commit is contained in:
Nikita Popov 2019-01-28 10:39:32 +01:00
parent e118151139
commit e916a234be

View file

@ -44,11 +44,14 @@ Having said that, here are the organizational rules::
Currently we have the following branches in use::
master The active development branch.
master Active development branch for PHP 8.0, which is open for
backwards incompatible changes and major internal API changes.
PHP-7.4 Active development branch for PHP 7.4, which is open for
new features and minor internal API changes.
PHP-7.3 Is used to release the PHP 7.3.x series. This is a current
non stable version and is open for bugfixes and minor improvements
only.
stable version and is open for bugfixes only.
PHP-7.2 Is used to release the PHP 7.2.x series. This is a current
stable version and is open for bugfixes only.
@ -56,11 +59,9 @@ Currently we have the following branches in use::
PHP-7.1 Is used to release the PHP 7.1.x series. This is an old
stable version and is open for security fixes only.
PHP-7.0 Is used to release the PHP 7.0.x series. This is an old
stable version and is open for security fixes only.
PHP-7.0 This branch is closed.
PHP-5.6 Is used to release the PHP 5.6.x series. This is an old
stable version and is open for security fixes only.
PHP-5.6 This branch is closed.
PHP-5.5 This branch is closed.