Skip to content

Commit f8c69b3

Browse files
committed
Rename nightly_matrix.php to matrix.php
1 parent a4cfa69 commit f8c69b3

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}

.github/workflows/root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 }}

docs/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)

0 commit comments

Comments
 (0)