File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
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 }})
57
57
with :
58
58
coverage : none
59
59
php-version : ${{ matrix.php-version }}
60
- extensions : mongodb-1.21.0
61
-
62
- - name : Install Symfony Flex
63
- run : |
64
- composer config --global --no-plugins allow-plugins.symfony/flex true
65
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
60
+ tools : flex
66
61
67
62
- name : Install Composer dependencies
68
63
uses : ramsey/composer-install@v2
You can’t perform that action at this time.
0 commit comments