-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
First of all, this package is what i was looking for since months. I don't understand why the defacto standard testing library phpunit does not support a wide range of php versions, this just makes no sense to me. (The composer packages and libraries itself should make the php version restriction, not the test system). Anyhow!
When running vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
in "not supported" php versions the output is This version of PHPUnit is supported on PHP 7.3 and PHP 7.4.
(see https://github.com/luyadev/luya-testsuite/pull/39/checks?check_run_id=1485397698)
Do we have to change anything regarding how to run the test suite?
Thanks for your work!