File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
with :
18
18
php-version : ' 8.4'
19
19
coverage : none
20
+ tools : php-cs-fixer
20
21
- name : php-cs-fixer
21
22
run : |
22
- wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.85.1/php-cs-fixer.phar -q
23
- php php-cs-fixer.phar fix --dry-run --diff
23
+ php-cs-fixer fix --dry-run --diff
24
24
25
25
phpunit :
26
26
name : PHPUnit (PHP ${{ matrix.php-version }} - Symfony ${{ matrix.symfony-version }})
54
54
with :
55
55
coverage : none
56
56
php-version : ${{ matrix.php-version }}
57
-
58
- - name : Install Symfony Flex
59
- run : |
60
- composer config --global --no-plugins allow-plugins.symfony/flex true
61
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
57
+ tools : flex
62
58
63
59
- name : Remove incompatible packages
64
60
if : matrix.symfony-version == '8.0.*'
You can’t perform that action at this time.
0 commit comments