File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Setup PHP
20
20
uses : shivammathur/setup-php@v2
21
- with :
22
- php-version : ' 8.0'
23
21
24
22
- name : Install dependencies
25
23
run : composer update --no-progress --no-interaction --prefer-dist
52
50
53
51
- name : Setup PHP
54
52
uses : shivammathur/setup-php@v2
55
- with :
56
- php-version : ' 8.0'
57
53
58
54
- name : Install dependencies
59
55
run : composer update --no-progress --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 71
71
- name : Setup Problem Matchers for PHPUnit
72
72
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
73
73
74
- - name : Remove PHP-CS-Fixer
75
- run : composer remove --dev friendsofphp/php-cs-fixer --no-update
76
-
77
74
- name : Remove Symfony Messenger
78
75
run : composer remove --dev symfony/messenger --no-update
79
76
if : matrix.symfony-version == '3.4.*'
Original file line number Diff line number Diff line change 36
36
"require-dev" : {
37
37
"doctrine/dbal" : " ^2.13||^3.0" ,
38
38
"doctrine/doctrine-bundle" : " ^1.12||^2.5" ,
39
- "friendsofphp/php-cs-fixer" : " ^3.2 " ,
39
+ "friendsofphp/php-cs-fixer" : " ^3.4 " ,
40
40
"jangregor/phpstan-prophecy" : " ^1.0" ,
41
41
"monolog/monolog" : " ^1.3||^2.0" ,
42
42
"phpspec/prophecy" : " !=1.11.0" ,
You can’t perform that action at this time.
0 commit comments