Skip to content

Commit b8fc1d2

Browse files
committed
Improve
1 parent 7826d02 commit b8fc1d2

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
@@ -209,7 +209,7 @@ jobs:
209209
# ("composer require" would override those constraints, which may not produce something actually installable by end-user)
210210
SF_CONSTRAINT="~${{ env.SYMFONY_VERSION }}.0"
211211
composer update --no-install --with-all-dependencies --minimal-changes \
212-
--with "symfony/validator:${SF_CONSTRAINT}" \
212+
--with "symfony/validator:${SF_CONSTRAINT}" \
213213
&& make build
214214
215215
- name: ComposerRequireChecker

0 commit comments

Comments
 (0)