|
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"
|
@@ -103,11 +103,11 @@ jobs:
|
103 | 103 |
|
104 | 104 | - name: "Install lowest dependencies"
|
105 | 105 | if: ${{ matrix.dependencies == 'lowest' }}
|
106 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 106 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
107 | 107 |
|
108 | 108 | - name: "Install highest dependencies"
|
109 | 109 | if: ${{ matrix.dependencies == 'highest' }}
|
110 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 110 | + run: "composer update --no-interaction --no-progress" |
111 | 111 |
|
112 | 112 | - name: "Downgrade PHPUnit"
|
113 | 113 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
@@ -148,11 +148,11 @@ jobs:
|
148 | 148 |
|
149 | 149 | - name: "Install lowest dependencies"
|
150 | 150 | if: ${{ matrix.dependencies == 'lowest' }}
|
151 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 151 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
152 | 152 |
|
153 | 153 | - name: "Install highest dependencies"
|
154 | 154 | if: ${{ matrix.dependencies == 'highest' }}
|
155 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 155 | + run: "composer update --no-interaction --no-progress" |
156 | 156 |
|
157 | 157 | - name: "Downgrade PHPUnit"
|
158 | 158 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
0 commit comments