Skip to content

Commit 221a0dd

Browse files
committed
fix ci
1 parent e073ea4 commit 221a0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Run PHP CS Fixer
4949
if: ${{ matrix.php != 8.0 }}
50-
run: vendor/bin/php-cs-fixer fix --config=.php_cs.dist --allow-risky=yes --dry-run --diff --verbose
50+
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose
5151

5252
- name: Execute tests
5353
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)