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