Skip to content

Commit

Permalink
Allow to test symfony 3.4 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Oct 22, 2021
1 parent 49a09e9 commit d377f89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,16 @@ jobs:
if: "${{ matrix.php-version == '8.1' }}"
run: composer config minimum-stability dev

# This allows installing symfony/console 3.4 and 6
- name: "Remove phpbench/phpbench"
run: composer remove --no-update --dev phpbench/phpbench

- name: "Configure Symfony v6@dev"
if: "${{ matrix.symfony-version == '6' }}"
run: |
composer config minimum-stability dev
# not yet ready for v6
composer remove --no-update --dev vimeo/psalm
composer remove --no-update --dev phpbench/phpbench
# update symfony deps
composer require --no-update symfony/console:^6@dev
composer require --no-update symfony/var-dumper:^6@dev
Expand Down

0 comments on commit d377f89

Please sign in to comment.