Closed GrahamCampbell closed 2 years ago
Test are failing because the branch alias is incorrectly configured in https://github.com/bugsnag/bugsnag-php/blob/master/composer.json#L37. It is super important to remember to update that. It should be set to 3.26-dev
.
Also, the testbench version restriction prevents testing on Laravel 9.
I'm going to look into what we can do about testbench now; I'll close this PR as I'll merge the changes separately
Goal
Closes https://github.com/bugsnag/bugsnag-laravel/pull/470. Closes https://github.com/bugsnag/bugsnag-laravel/pull/471. Fixes https://github.com/bugsnag/bugsnag-laravel/issues/466. Fixes https://github.com/bugsnag/bugsnag-laravel/issues/469. Depends on merge and release of https://github.com/bugsnag/bugsnag-php/pull/636.
Design
Changeset
Testing