Skip to content

Commit e8bdf87

Browse files
committed
Polish
1 parent 1218e59 commit e8bdf87

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
@@ -283,7 +283,7 @@ jobs:
283283
SF_CONSTRAINT="~${{ matrix.symfony-version }}.0@dev"
284284
composer config minimum-stability dev \
285285
&& composer update --no-install --with-all-dependencies --minimal-changes \
286-
--with "symfony/validator:${SF_CONSTRAINT}" \
286+
--with "symfony/validator:${SF_CONSTRAINT}" \
287287
${{ matrix.pkg-extra-constraints }} \
288288
&& make build
289289

0 commit comments

Comments
 (0)