collision icon indicating copy to clipboard operation
collision copied to clipboard

Collision compatibility matrix unclear

Open pyrou opened this issue 7 months ago • 0 comments

When upgrading from Laravel 11.x to Laravel 12.x, I find out I had to upgrade Collision.

Compatibility matrix on README states following

Laravel Collision PHPUnit
11.x, 12.x 8.x 10.x, 11.x, 12.x

It turns out Collision 8.5 is not compatible with Laravel 12 and Collision 8.6 is not compatible PHPUnit 10 anymore

Maybe would be nice to split L11.x and L12.x, and explicit the fact you can't use Laravel 12.x with PHPUnit 10.x

Something like ?

Laravel Collision PHPUnit
11.x 8.x 10.x, 11.x
12.x 8.x 11.x, 12.x

pyrou avatar Jul 04 '25 08:07 pyrou