Closed borilyordanov closed 1 year ago
PHPUnit 9 will not allow us to run the tests under PHP versions < 7.3. The library supports PHP >= 5.6 according to the composer.json file. It's already time to drop the support of PHP 5 but it's good to have tests running under PHP < 7.3 if we still want to support these versions. Using multiple PHPunit versions, ^6.5 || ^9.6
to be specific, can solve the issue relatively easily.
Do you think it's worth the investment to make our tests able to run under old PHP versions or the plan is to drop support for them anyway?
I've decided to remove support for PHP 5.6.
phpunit/phpunit
to version^6.5 || ^9.6