|
43 | 43 | - name: "Validate Composer" |
44 | 44 | run: "composer validate" |
45 | 45 |
|
46 | | - - name: "Allow installing on PHP 8.4" |
47 | | - if: matrix.php-version == '8.4' |
48 | | - run: "composer config platform.php 8.3.99" |
49 | | - |
50 | 46 | - name: "Install dependencies" |
51 | 47 | run: "composer install --no-interaction --no-progress" |
52 | 48 |
|
@@ -131,10 +127,6 @@ jobs: |
131 | 127 | ini-file: development |
132 | 128 | extensions: "mongodb" |
133 | 129 |
|
134 | | - - name: "Allow installing on PHP 8.4" |
135 | | - if: matrix.php-version == '8.4' |
136 | | - run: "composer config platform.php 8.3.99" |
137 | | - |
138 | 130 | - name: "Install lowest dependencies" |
139 | 131 | if: ${{ matrix.dependencies == 'lowest' }} |
140 | 132 | run: "composer update --prefer-lowest --no-interaction --no-progress" |
@@ -178,10 +170,6 @@ jobs: |
178 | 170 | php-version: "${{ matrix.php-version }}" |
179 | 171 | php-extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb |
180 | 172 |
|
181 | | - - name: "Allow installing on PHP 8.4" |
182 | | - if: matrix.php-version == '8.4' |
183 | | - run: "composer config platform.php 8.3.99" |
184 | | - |
185 | 173 | - name: "Install dependencies" |
186 | 174 | run: "composer install --no-interaction --no-progress" |
187 | 175 |
|
@@ -248,10 +236,6 @@ jobs: |
248 | 236 | extensions: "mongodb" |
249 | 237 | ini-file: development |
250 | 238 |
|
251 | | - - name: "Allow installing on PHP 8.4" |
252 | | - if: matrix.php-version == '8.4' |
253 | | - run: "composer config platform.php 8.3.99" |
254 | | - |
255 | 239 | - name: "Install dependencies" |
256 | 240 | run: "composer update --no-interaction --no-progress" |
257 | 241 |
|
|
0 commit comments