Skip to content

Commit 58650b6

Browse files
committed
Fix downgrading PHPUnit for tests
1 parent b05f035 commit 58650b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: "Downgrade PHPUnit with Paratest"
186186
shell: bash
187-
run: "composer require --dev phpunit/phpunit:^9.6 brianium/paratest:^6.5 --update-with-dependencies --ignore-platform-reqs --working-dir=tests"
187+
run: "composer require --dev phpunit/phpunit:^9.6 brianium/paratest:^6.5 symfony/console:^5.4 symfony/process:^5.4 --update-with-dependencies --ignore-platform-reqs --working-dir=tests"
188188

189189
- name: "Transform source code"
190190
shell: bash

0 commit comments

Comments
 (0)