We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fb4ce commit 07e04a2Copy full SHA for 07e04a2
.github/workflows/ci.yml
@@ -183,6 +183,9 @@ jobs:
183
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
184
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
185
186
+ - name: "Symfony 4.3 version"
187
+ run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"4.3.*"'"#' composer.json
188
+
189
- name: "Install dependencies"
190
run: composer update --no-interaction --no-progress
191
0 commit comments