File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5959 nightly-
6060 - name : Generate Matrix
6161 id : set-matrix
62- run : php .github/nightly_matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
62+ run : php .github/matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
6363 PUSH :
6464 needs : GENERATE_MATRIX
6565 name : ${{ matrix.branch.name }}
Original file line number Diff line number Diff line change @@ -983,7 +983,7 @@ feature development that cannot go into the new version.
983983 applicable files there to reflect the branch cut, and then upmerge that commit
984984 5 times to get it to `master`. The following files need to be updated:
985985
986- * `.github/nightly_matrix .php` (add new branch, update version for `master`)
986+ * `.github/matrix .php` (add new branch, update version for `master`)
987987 [Updating after 8.5 branch cut](https://github.com/php/php-src/commit/197921a8aa7b2f9af103b439bf913e23d6ed1b98)
988988
989989 * `.github/scripts/windows/find-target-branch.bat` (update version for `master`)
You can’t perform that action at this time.
0 commit comments