Skip to content

Commit 059fa53

Browse files
authored
Cleanup CI config (#1028)
1 parent 66339fa commit 059fa53

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ jobs:
124124
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
125125

126126
- if: matrix.install-phpunit-12
127-
run: |
128-
composer apply-php_unit_attributes
129-
130-
- run: composer show | grep php-cs-fixer
127+
run: composer apply-php_unit_attributes
131128

132129
- run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }}
133130
env:

0 commit comments

Comments
 (0)