Skip to content

Commit 085f139

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Rename nightly_matrix.php to matrix.php
2 parents 873095d + f06de7c commit 085f139

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)