Skip to content

Commit 018cb7f

Browse files
committed
Remove spaces
1 parent 3100424 commit 018cb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build with PHP ${{ steps.setup-php.outputs.php-version }} & Symfony ${{ matrix.symfony-version }}
121121
run: |
122122
# Rely on "composer update --with" rather than "composer require" !
123-
# => it ensures the tested version is actually allowed by constraints
123+
# => it ensures the tested version is actually allowed by constraints
124124
# ("composer require" would override those constraints, which may not produce something actually installable by end-user)
125125
SF_CONSTRAINT="~${{ matrix.symfony-version }}.0"
126126
composer update --no-install --with-all-dependencies --minimal-changes \
@@ -205,7 +205,7 @@ jobs:
205205
- name: Build with PHP ${{ steps.setup-php.outputs.php-version }} & Symfony ${{ env.SYMFONY_VERSION }}
206206
run: |
207207
# Rely on "composer update --with" rather than "composer require" !
208-
# => it ensures the tested version is actually allowed by constraints
208+
# => it ensures the tested version is actually allowed by constraints
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 \

0 commit comments

Comments
 (0)