Skip to content

Commit 07e04a2

Browse files
author
Jeremiah VALERIE
committed
Force 4.3 for static analysis build
1 parent 26fb4ce commit 07e04a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
184184
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
185185

186+
- name: "Symfony 4.3 version"
187+
run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"4.3.*"'"#' composer.json
188+
186189
- name: "Install dependencies"
187190
run: composer update --no-interaction --no-progress
188191

0 commit comments

Comments
 (0)