psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
307 stars 72 forks source link

update phpunit config #358

Closed Nielsvanpach closed 1 year ago

Nielsvanpach commented 1 year 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 1 year ago

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

Nielsvanpach commented 1 year 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 1 year ago

cool, thanks!