We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb07e7 commit 5d3b6f7Copy full SHA for 5d3b6f7
.github/workflows/reusable-CI-workflow.yml
@@ -164,7 +164,7 @@ jobs:
164
name: Nightly - PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
165
runs-on: ubuntu-latest
166
env:
167
- COMPOSER_OPTIONS: '--optimize-autoloader --ignore-platform-req=php+'
+ COMPOSER_OPTIONS: '--optimize-autoloader --prefer-dist --ignore-platform-req=php+'
168
continue-on-error: true
169
needs: [ static-checks, tests ]
170
strategy:
0 commit comments