bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Bump to PHP 8.2 in unstable version tests #516

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

Laravel recently changed their minimum PHP version requirement in the master branch to 8.2, but we're using 8.1 on CI so these tests aren't running

Bumping to 8.2 fixes this: https://github.com/bugsnag/bugsnag-laravel/actions/runs/3929504792

Targeting master as these scheduled tests can only run against master