Skip to content

Commit 6bf04ab

Browse files
committed
Install PHPUnit 10 for Symfony 6.1 and 6.2
1 parent f758a24 commit 6bf04ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
run: composer validate
9898
working-directory: framework-tests
9999

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+
100105
- name: Install Symfony Sample
101106
run: |
102107
composer remove codeception/codeception codeception/module-asserts codeception/module-doctrine2 codeception/lib-innerbrowser codeception/module-symfony --dev --no-update

0 commit comments

Comments
 (0)