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 3, 2023
1 parent f760afe commit b7605d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
command: matrix
qa:
name: "${{ matrix.name }} check [php-${{ matrix.php }}-composer-${{ matrix.dependency }}-${{ matrix.os }}]"
name: "${{ matrix.name }} | php-${{ matrix.php }}-${{ matrix.dependency }}-${{ matrix.os }}]"
needs: [matrix]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.dependency == 'lowest' || matrix.experimental }}
Expand Down

0 comments on commit b7605d4

Please sign in to comment.