Skip to content

Commit ffd58ea

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Reorder lines
2 parents 41c436a + 56d515a commit ffd58ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
id: set-matrix
5959
run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.event_name == 'pull_request' && github.ref || github.ref_name }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
6060
TEST:
61-
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
6261
needs: GENERATE_MATRIX
62+
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
6363
name: ${{ matrix.branch.name }}
6464
uses: ./.github/workflows/test-suite.yml
6565
strategy:

0 commit comments

Comments
 (0)