Closed matthewnessworthy closed 5 years ago
@iamacarpet sure thing, i've change the base branch to use php72-laravel55
.
re: squashing... you can enable Squash & Merge
as the only option for merging PRs in the repo, that way it will enforce single commits in the primary branch history while still allowing each PR to contain multiple commits (the best of both worlds IMO)
I ran into many issues trying to use
::withChain
and the resulting large queue size. Adding an option to compress the queue appears to mitigate this issue without a dramatic increase in processing time.