Skip to content

Commit 3100424

Browse files
committed
Fix
1 parent 363d265 commit 3100424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
SF_CONSTRAINT="~${{ matrix.symfony-version }}.0@dev"
292292
composer config minimum-stability dev \
293293
&& composer require --no-install --with-all-dependencies --minimal-changes \
294-
--with "symfony/validator:${SF_CONSTRAINT}" \
294+
symfony/validator:${SF_CONSTRAINT} \
295295
${{ matrix.pkg-extra-constraints }} \
296296
&& make build
297297

0 commit comments

Comments
 (0)