diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index e9d403d..8eba88d 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -19,7 +19,7 @@ jobs: php-version: [ '7.4', '8.0', '8.1' ] coverage-driver: [ pcov ] - name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }}, with Symfony ${{ matrix.symfony-require }} + name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }} steps: - name: Checkout