Skip to content

Commit

Permalink
Force 4.3 for static analysis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Dec 28, 2020
1 parent 26fb4ce commit acb5404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -183,6 +183,9 @@ jobs:
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"

- name: "Symfony 4.3 version"
run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"4.3.*"'"#' composer.json

- name: "Install dependencies"
run: composer update --no-interaction --no-progress

Expand Down

0 comments on commit acb5404

Please sign in to comment.