previousnext / phpunit-finder

PHP utility for finding PHPUnit test files.
GNU General Public License v2.0
10 stars 10 forks source link

Add support for PHP 8.2 and PHPUnit 10 #12

Open michaeldzjap opened 10 months ago

michaeldzjap commented 10 months ago

Currently only PHP 7.4 and PHP 8.0 are supported and PHPUnit >= 9.5 < 10.0.0 (so not PHPUnit 10). It would be great if these constraints could be updated so that the latest PHP and PHPUnit versions are allowed.

mstrelan commented 4 months ago

PHP 8.2 is supported. Have just opened #15 for PHPUnit 10.