Skip to content

Commit 40fc63f

Browse files
Set PHP_CS_FIXER_IGNORE_ENV
1 parent c802ca9 commit 40fc63f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
php-versions: ['7.4', '8.0', '8.1', '8.2']
11+
include:
12+
- php-versions: 8.2
13+
PHP_CS_FIXER_IGNORE_ENV: 1
1114
name: PHP ${{ matrix.php-versions }}
1215
steps:
1316
- name: 📤 Checkout project
@@ -22,4 +25,6 @@ jobs:
2225
run: composer update --no-progress --no-interaction --prefer-dist
2326

2427
- name: ✅ Run code style check
28+
env:
29+
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
2530
run: composer check-linting

0 commit comments

Comments
 (0)