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: skip incompatible stubs based on PHP version lookup
- Define minimum PHP version per stub (e.g. PHPUnit v12 needs PHP >=8.3)
- Skip composer install for stubs incompatible with matrix PHP version
- Use composer install (lock file) instead of composer update
- Use sort -V for correct version ordering (v9, v10, v11, v12)
0 commit comments