facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
133 stars 14 forks source link

feat: allow PHPUnit 11 #228

Closed kubawerlos closed 5 months ago

kubawerlos commented 5 months ago

PHPUnit 11 requires phpunit/php-code-coverage:^11.0: https://github.com/sebastianbergmann/phpunit/blob/11.0.0/composer.json#L35

CI changes are made because:

kubawerlos commented 5 months ago

With a lot of magic I've managed to install PHPUnit 11, I have no idea the error would happen with a normal installation.

Jean85 commented 5 months ago

Closing in favor of #230.