honeybadger-io/honeybadger-laravel

PHP 8 support

Closed this issue · 2 comments

osbre commented

Note: Laravel 8 already has PHP 8 support.

Possible solution

  1. Modify composer.json :

"php": "^7.3|^8.0",

And check if the tests are passed.

  1. Add PHP 8 to GitHub Actions Workflow

https://github.com/honeybadger-io/honeybadger-laravel/blob/master/.github/workflows/run-tests.yml#L13

Released v3.3.0

osbre commented

Thank you!