diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c518ff66..949b2bc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - php: 8.1 symfony: 7.0 - name: PHP ${{ matrix.php }} - Symfony ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} + name: PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} steps: - name: Checkout