We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64321c commit c376568Copy full SHA for c376568
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Install Symfony Sample
69
run: |
70
composer remove codeception/module-symfony --dev --no-update
71
- composer update --no-progress
+ composer install --no-progress
72
working-directory: framework-tests
73
74
- name: Prepare the test environment
0 commit comments