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 1218e59 commit e8bdf87Copy full SHA for e8bdf87
.github/workflows/reusable-CI-workflow.yml
@@ -283,7 +283,7 @@ jobs:
283
SF_CONSTRAINT="~${{ matrix.symfony-version }}.0@dev"
284
composer config minimum-stability dev \
285
&& composer update --no-install --with-all-dependencies --minimal-changes \
286
- --with "symfony/validator:${SF_CONSTRAINT}" \
+ --with "symfony/validator:${SF_CONSTRAINT}" \
287
${{ matrix.pkg-extra-constraints }} \
288
&& make build
289
0 commit comments