Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Dec 4, 2023
1 parent 29fb0b9 commit 3cd8f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automation.yml
Expand Up @@ -53,9 +53,9 @@ jobs:
with:
command: matrix
qa:
name: "${{ matrix.name }} | php-${{ matrix.php }}-${{ matrix.dependency }}-${{ matrix.os }}]"
name: "${{ matrix.name }} [${{ matrix.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency }}]"
needs: [matrix]
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.dependency == 'lowest' || matrix.experimental }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3cd8f01

Please sign in to comment.