You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: enable matrix-based Laravel version testing via dynamic Composer require
Replaces static `composer install` with dynamic `composer require`
to match Laravel/Testbench versions based on CI matrix.
Ensures compatibility across Laravel 10–12 and PHP 8.2–8.4.
Improves future-proofing and prevents dependency conflicts.
0 commit comments