From 27d99efebfb5e7f9f89043ee1ee11018ab9dcc75 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 31 May 2023 13:37:39 +0200 Subject: [PATCH] fix twig-lint Signed-off-by: Simon L --- .github/workflows/twig-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/twig-lint.yml b/.github/workflows/twig-lint.yml index 2bb89e70..3cab05f8 100644 --- a/.github/workflows/twig-lint.yml +++ b/.github/workflows/twig-lint.yml @@ -30,6 +30,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} + extensions: apcu coverage: none - name: twig lint