File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 4242 - uses : actions/checkout@v6
4343 - name : Generate Matrix
4444 id : set-matrix
45- run : php .github/nightly_matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
45+ run : php .github/matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
4646 PUSH :
4747 needs : GENERATE_MATRIX
4848 name : ${{ matrix.branch.ref }}
Original file line number Diff line number Diff line change 3131 nightly-
3232 - name : Generate Matrix
3333 id : set-matrix
34- run : php .github/nightly_matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.head_ref || github.ref_name }}" '[]' "${{ github.repository }}"
34+ run : php .github/matrix .php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.head_ref || github.ref_name }}" '[]' "${{ github.repository }}"
3535 NIGHTLY :
3636 needs : GENERATE_MATRIX
3737 name : ${{ matrix.branch.ref }}
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