|
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: "Downgrade PHPUnit"
|
43 | 43 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
65 | 65 | run: "composer validate"
|
66 | 66 |
|
67 | 67 | - name: "Install dependencies"
|
68 |
| - run: "composer install --no-interaction --no-progress --no-suggest" |
| 68 | + run: "composer install --no-interaction --no-progress" |
69 | 69 |
|
70 | 70 | - name: "Lint"
|
71 | 71 | run: "make lint"
|
@@ -105,11 +105,11 @@ jobs:
|
105 | 105 |
|
106 | 106 | - name: "Install lowest dependencies"
|
107 | 107 | if: ${{ matrix.dependencies == 'lowest' }}
|
108 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 108 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
109 | 109 |
|
110 | 110 | - name: "Install highest dependencies"
|
111 | 111 | if: ${{ matrix.dependencies == 'highest' }}
|
112 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 112 | + run: "composer update --no-interaction --no-progress" |
113 | 113 |
|
114 | 114 | - name: "Downgrade PHPUnit"
|
115 | 115 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
@@ -149,11 +149,11 @@ jobs:
|
149 | 149 |
|
150 | 150 | - name: "Install lowest dependencies"
|
151 | 151 | if: ${{ matrix.dependencies == 'lowest' }}
|
152 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 152 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
153 | 153 |
|
154 | 154 | - name: "Install highest dependencies"
|
155 | 155 | if: ${{ matrix.dependencies == 'highest' }}
|
156 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 156 | + run: "composer update --no-interaction --no-progress" |
157 | 157 |
|
158 | 158 | - name: "Downgrade PHPUnit"
|
159 | 159 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
0 commit comments