diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 49842daa053f..aae84fad8ac8 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -59,3 +59,5 @@ jobs: - name: Run lint run: composer cs + env: + PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == '8.4' }}