1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  [skip ci] Reorder lines
This commit is contained in:
Ilija Tovilo
2026-03-02 03:38:17 +01:00

View File

@@ -58,8 +58,8 @@ jobs:
id: set-matrix
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 }}"
TEST:
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
needs: GENERATE_MATRIX
if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
name: ${{ matrix.branch.name }}
uses: ./.github/workflows/test-suite.yml
strategy: