Skip to content

Commit

Permalink
Use Symfony version 3 in phar
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Apr 16, 2021
1 parent cb98d16 commit da83138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Static code analysis
run: tools/phpstan analyse

- name: Force install Symfony 3
run: composer require symfony/console ^3.0 symfony/process ^3.0

- name: Validate configuration for humbug/box
run: tools/box validate box.json

Expand Down

0 comments on commit da83138

Please sign in to comment.