|
36 | 36 | run: "composer validate"
|
37 | 37 |
|
38 | 38 | - name: "Install dependencies"
|
39 |
| - run: "composer install --no-interaction --no-progress --no-suggest" |
| 39 | + run: "composer install --no-interaction --no-progress" |
40 | 40 |
|
41 | 41 | - name: "Downgrade PHPUnit"
|
42 | 42 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
64 | 64 | run: "composer validate"
|
65 | 65 |
|
66 | 66 | - name: "Install dependencies"
|
67 |
| - run: "composer install --no-interaction --no-progress --no-suggest" |
| 67 | + run: "composer install --no-interaction --no-progress" |
68 | 68 |
|
69 | 69 | - name: "Lint"
|
70 | 70 | run: "make lint"
|
@@ -101,11 +101,11 @@ jobs:
|
101 | 101 |
|
102 | 102 | - name: "Install lowest dependencies"
|
103 | 103 | if: ${{ matrix.dependencies == 'lowest' }}
|
104 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 104 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
105 | 105 |
|
106 | 106 | - name: "Install highest dependencies"
|
107 | 107 | if: ${{ matrix.dependencies == 'highest' }}
|
108 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 108 | + run: "composer update --no-interaction --no-progress" |
109 | 109 |
|
110 | 110 | - name: "Downgrade PHPUnit"
|
111 | 111 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
@@ -141,7 +141,7 @@ jobs:
|
141 | 141 | tools: composer:v2
|
142 | 142 |
|
143 | 143 | - name: "Install dependencies"
|
144 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 144 | + run: "composer update --no-interaction --no-progress" |
145 | 145 |
|
146 | 146 | - name: "Downgrade PHPUnit"
|
147 | 147 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
0 commit comments