Skip to content

Commit a909a52

Browse files
committed
Also install PHPUnit when running levels tests
1 parent 43c1dcf commit a909a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
- name: "Install dependencies"
155155
run: "composer install --no-interaction --no-progress"
156156

157+
- name: "Install PHPUnit 10.x"
158+
run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10"
159+
157160
- name: "Tests"
158161
run: "${{ matrix.script }}"
159162

0 commit comments

Comments
 (0)