rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Fixing PHP versions of Actions CI in Laravel 6 and 7. #130

Closed tobigumo closed 2 years ago

tobigumo commented 2 years ago

Description of the change

Laravel 6 and 7 requires PHP 7.2 - 8.0, so exclude all PHP versions after 8.1 on GitHub Actions CI. https://laravel.com/docs/master/releases#support-policy

Seeing #129 CIs failing, I created it as another PR.

Type of change

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review

danielmorell commented 2 years ago

Thank you @tobigumo for that link, and the PR. I was looking at the composer.json file yesterday for both v6 and v7. The PHP requirement includes PHP 8.1. However, it was clear that they have issues when trying to run on PHP 8.1.