Skip to content

Commit 86da39e

Browse files
composer install with "--prefer-dist" fails. Remove that flag.
1 parent 833cd52 commit 86da39e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
restore-keys: ${{ runner.os }}-composer-
241241

242242
- name: Install Composer dependencies
243-
run: composer install --no-progress --prefer-dist --optimize-autoloader --ignore-platform-req=ext-posix
243+
run: composer install --no-progress --optimize-autoloader --ignore-platform-req=ext-posix
244244

245245
- name: Run unit tests
246246
run: vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)