From 0b33cb131fda68e9672e2b9bf1a134c1fecb8d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Mon, 4 Nov 2024 11:11:57 +0100 Subject: [PATCH] Fix CI job titles --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2475e979..d38b8a1e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: jobs: tests: runs-on: ubuntu-latest - name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, Persistence: ${{ matrix.persistence }}, Collections: ${{ matrix.collections }}" + name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}" env: APP_ENV: ${{ matrix.app_env }} strategy: