Skip to content

Commit 56d81af

Browse files
committed
Add PHP_CS_FIXER_FUTURE_MODE
1 parent 75d48b8 commit 56d81af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
127127

128128
- if: matrix.install-phpunit-12
129+
env:
130+
PHP_CS_FIXER_FUTURE_MODE: 1
129131
run: ./vendor/bin/php-cs-fixer fix --quiet --rules=php_unit_attributes
130132

131133
- run: composer show | grep php-cs-fixer

0 commit comments

Comments
 (0)