We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed61934 commit ea82281Copy full SHA for ea82281
docs/release-process.md
@@ -976,6 +976,11 @@ feature development that cannot go into the new version.
976
> minor improvements and bug fixes. All major improvements and new features must
977
> wait.
978
979
+8. Update the `.github/nightly_matrix.php` file with the new branch. As CI
980
+ configuration is maintained on the lowest supported branch, you will need
981
+ to upmerge that commit 5 times to get it to `master`. For example:
982
+
983
+ * [Updating after 8.5 branch cut](https://github.com/php/php-src/commit/197921a8aa7b2f9af103b439bf913e23d6ed1b98)
984
985
## Preparing for the initial stable version (PHP X.Y.0)
986
0 commit comments