diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index d6f7f5c1..df059c7d 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -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 }}