We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66339fa commit 59bab8eCopy full SHA for 59bab8e
.github/workflows/ci.yaml
@@ -124,10 +124,7 @@ jobs:
124
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
125
126
- if: matrix.install-phpunit-12
127
- run: |
128
- composer apply-php_unit_attributes
129
-
130
- - run: composer show | grep php-cs-fixer
+ run: composer apply-php_unit_attributes
131
132
- run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }}
133
env:
0 commit comments