summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 09:21:39 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 11:37:27 +0200
commit14806e0824ecd598df74cac855868422e44aea53 (patch)
treec73e9efc116ea5e24c8112e2367b8cac199bd674 /CONTRIBUTING.md
parent503999910b186d11345a0277d1d34d4b30ed4e49 (diff)
downloadphp-git-14806e0824ecd598df74cac855868422e44aea53.tar.gz
Prepare for PHP 8.1
Closes GH-6305.
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..2d7fbac84c 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 backwards incompatible changes and major 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. |