Skip to content

Commit d63962d

Browse files
committed
ci: use PHP 8.0 for cs-fixer workflow (with IGNORE_ENV)
https://claude.ai/code/session_01WJEcEkXb8rGmmXPuF3nL95
1 parent daa675d commit d63962d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cs-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.2'
21+
php-version: '8.0'
2222
tools: composer:v2.2
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
run: composer install --prefer-dist
3636

3737
- name: Run PHP CS Fixer
38-
run: ./bin/php-cs-fixer fix --diff
38+
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --diff
3939

4040
- name: Commit CS Fixer fixes
4141
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)