|
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'
|
@@ -145,11 +145,11 @@ jobs:
|
145 | 145 |
|
146 | 146 | - name: "Install lowest dependencies"
|
147 | 147 | if: ${{ matrix.dependencies == 'lowest' }}
|
148 |
| - run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest" |
| 148 | + run: "composer update --prefer-lowest --no-interaction --no-progress" |
149 | 149 |
|
150 | 150 | - name: "Install highest dependencies"
|
151 | 151 | if: ${{ matrix.dependencies == 'highest' }}
|
152 |
| - run: "composer update --no-interaction --no-progress --no-suggest" |
| 152 | + run: "composer update --no-interaction --no-progress" |
153 | 153 |
|
154 | 154 | - name: "Downgrade PHPUnit"
|
155 | 155 | if: matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
|
0 commit comments