psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
298 stars 69 forks source link

update phpunit config #358

Closed Nielsvanpach closed 9 months ago

Nielsvanpach commented 9 months ago

Noticed the phpunit configuration config does not pass validation: https://github.com/psalm/psalm-plugin-laravel/actions/runs/6826034186/job/18565079257

alies-dev commented 9 months ago

@Nielsvanpach great! Will it work with lower versions of PHPUnit? E.g. 10.0

Nielsvanpach commented 9 months ago

The ci action where I noticed this warning, ran on PHP 8.0 and phpunit 9.6.13. I don't expect any issues with phpunit 10

alies-dev commented 9 months ago

cool, thanks!