1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

release-process: update pre-release cycle docs (#18805)

https://wiki.php.net/rfc/release_cycle_update
This commit is contained in:
DanielEScherzer
2025-06-09 12:22:07 -07:00
committed by GitHub
parent 931ee4bf62
commit e1181475e1

View File

@@ -18,14 +18,14 @@ PHP on the fourth Thursday of November each year. Following the GA release, we
publish patch-level releases every four weeks, with at least one release
candidate (RC) published two weeks before each patch-level release.
Each major and minor version undergoes a 24-week pre-release cycle before GA
release. The pre-release cycle begins on the second Thursday of June with the
first alpha release of the new major/minor version. The pre-release cycle
consists of at least:
Each major and minor version undergoes a 20-week pre-release cycle before GA
release. The pre-release cycle begins on the second Thursday of July with the
first alpha release of the new major/minor version (usually; count back from the
GA release date). The pre-release cycle consists of at least:
- 3 alpha releases
- 3 beta releases
- 6 release candidates
- 4 release candidates
Feature freeze for the next major/minor occurs with the first beta release.