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 7ff497f commit 2a70bec
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 }} [${{ matrix.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency }}]"
name: "${{ matrix.name }} on ${{ matrix.os }} with PHP ${{ matrix.php }} and Composer ${{ matrix.dependency }}"
needs: [matrix]
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.dependency == 'lowest' || matrix.experimental }}
Expand Down

0 comments on commit 2a70bec

Please sign in to comment.