We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHP_CS_FIXER_IGNORE_ENV
1 parent c802ca9 commit 40fc63fCopy full SHA for 40fc63f
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ jobs:
8
strategy:
9
matrix:
10
php-versions: ['7.4', '8.0', '8.1', '8.2']
11
+ include:
12
+ - php-versions: 8.2
13
+ PHP_CS_FIXER_IGNORE_ENV: 1
14
name: PHP ${{ matrix.php-versions }}
15
steps:
16
- name: 📤 Checkout project
@@ -22,4 +25,6 @@ jobs:
22
25
run: composer update --no-progress --no-interaction --prefer-dist
23
26
24
27
- name: ✅ Run code style check
28
+ env:
29
+ PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
30
run: composer check-linting
0 commit comments