summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-08-04 18:46:14 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2020-08-04 18:46:14 +0200
commita359635cb1a4df8b5137a506c88c4cb102acac0e (patch)
tree058260ed308c9b1cc779b5218efc5b0105482329 /CONTRIBUTING.md
parent1ab4d0e6b7abb67d5a01ce3327bf973772271fb2 (diff)
downloadphp-git-a359635cb1a4df8b5137a506c88c4cb102acac0e.tar.gz
Prepare for PHP 8.1
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df94bd50e5..8e5dc7c061 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -327,7 +327,8 @@ Currently we have the following branches in use:
| Branch | |
| --------- | --------- |
-| master | Active development branch for PHP 8.0, which is open for backwards incompatible changes and major internal API changes. |
+| master | Active development branch for PHP 8.1, which is open for new features and minor internal API changes. |
+| 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. |
| 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. |
| 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. |
| 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. |