We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f758a24 commit 6bf04abCopy full SHA for 6bf04ab
.github/workflows/main.yml
@@ -97,6 +97,11 @@ jobs:
97
run: composer validate
98
working-directory: framework-tests
99
100
+ - name: Install PHPUnit 10 for Symfony 6.1 and 6.2
101
+ if: "matrix.symfony == '6.1.*' || matrix.symfony == '6.2.*'"
102
+ run: composer require --dev --no-update "phpunit/phpunit=^10.0"
103
+ working-directory: framework-tests
104
+
105
- name: Install Symfony Sample
106
run: |
107
composer remove codeception/codeception codeception/module-asserts codeception/module-doctrine2 codeception/lib-innerbrowser codeception/module-symfony --dev --no-update
0 commit comments