File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
run : " composer validate"
38
38
39
39
- name : " Install dependencies"
40
- run : " composer install --no-interaction --no-progress --no-suggest "
40
+ run : " composer install --no-interaction --no-progress"
41
41
42
42
- name : " Lint"
43
43
run : " make lint"
61
61
run : " composer validate"
62
62
63
63
- name : " Install dependencies"
64
- run : " composer install --no-interaction --no-progress --no-suggest "
64
+ run : " composer install --no-interaction --no-progress"
65
65
66
66
- name : " Lint"
67
67
run : " make lint"
@@ -100,11 +100,11 @@ jobs:
100
100
101
101
- name : " Install lowest dependencies"
102
102
if : ${{ matrix.dependencies == 'lowest' }}
103
- run : " composer update --prefer-lowest --no-interaction --no-progress --no-suggest "
103
+ run : " composer update --prefer-lowest --no-interaction --no-progress"
104
104
105
105
- name : " Install highest dependencies"
106
106
if : ${{ matrix.dependencies == 'highest' }}
107
- run : " composer update --no-interaction --no-progress --no-suggest "
107
+ run : " composer update --no-interaction --no-progress"
108
108
109
109
- name : " Update PHPStan"
110
110
if : matrix.php-version == '8.0'
You can’t perform that action at this time.
0 commit comments