bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Add php 8.1 to CI + minor CI improvements #128

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Adds PHP 8.1 to CI for both Symfony 4.4 and 5, with --ignore-platform-req php to allow the latest PHPUnit to install

I've also: