From 3994a616f06606507a49f305a8b6bb0269a41f99 Mon Sep 17 00:00:00 2001 From: Michael Kopinsky Date: Tue, 20 Aug 2024 12:13:42 -0400 Subject: [PATCH] Remove trailing curly brace from CI job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efc5b6b..599876a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: build: runs-on: ubuntu-latest - name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }}} + name: PHP v${{ matrix.php }}, Symfony v${{ matrix.symfony }} strategy: fail-fast: false matrix: