We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51cba5 commit 0a023ffCopy full SHA for 0a023ff
.github/workflows/test-coding-standards.yml
@@ -58,4 +58,6 @@ jobs:
58
run: composer update --ansi --no-interaction
59
60
- name: Run lint
61
- run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs
+ run: composer cs
62
+ env:
63
+ PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == "8.4" }}
0 commit comments