File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments