From 749ca58fa87f108be64512b5faa2b800ed621989 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Mon, 25 Nov 2024 09:33:23 +0100 Subject: [PATCH] [TASK] Csfixer not with 8.4 --- .github/workflows/core13.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core13.yml b/.github/workflows/core13.yml index 6068a1933..5bd26a0a7 100644 --- a/.github/workflows/core13.yml +++ b/.github/workflows/core13.yml @@ -23,8 +23,8 @@ jobs: - name: Lint PHP run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -s lint - - name: Validate code against CGL - if: ${{ ! contains(matrix.php, '8.4') }} + - if: matrix.php == '8.3' + name: Validate code against CGL run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -s cgl -n - name: Unit Tests