Skip to content

Commit 79868b1

Browse files
committed
Revert "Also install PHPUnit when running levels tests"
This reverts commit a909a52.
1 parent 6224876 commit 79868b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ jobs:
155155
- name: "Install dependencies"
156156
run: "composer install --no-interaction --no-progress"
157157

158-
- name: "Install PHPUnit 10.x"
159-
run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10"
160-
161158
- name: "Tests"
162159
run: "${{ matrix.script }}"
163160

0 commit comments

Comments
 (0)