Skip to content

Commit 0cc31bb

Browse files
committed
use php-cs-fixer on php 7.4, but show the diff
1 parent d3d9723 commit 0cc31bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
run: composer install --prefer-dist
4444

4545
- name: Coding Standard Checks
46-
if: ${{ matrix.php-versions == '8.4' }}
47-
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v
46+
if: ${{ matrix.php-versions == '7.4' }}
47+
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run --diff
4848

4949
- name: Static Analysis
5050
if: ${{ matrix.php-versions == '7.4' }}

0 commit comments

Comments
 (0)