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

Run unit tests against PHP 8 on CI #418

Closed imjoehaines closed 4 years ago

imjoehaines commented 4 years ago

Goal

This PR adds PHP 8 to the unit test matrix. Laravel doesn't fully support PHP 8 yet but our unit tests pass anyway, so there's no harm to this change

I haven't added PHP 8 to the Maze Runner tests as I think it makes sense to wait for the official PHP 8 tag there, rather than running against a RC