rollbar / rollbar-php-laravel

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

Updated the CI test workflow for v8 and Laravel 10 #145

Closed danielmorell closed 1 year ago

danielmorell commented 1 year ago

Description of the change

This PR makes it so that our tests will run for the master branch. This is for the upcoming v8.x and above. Tests for the previous version v7.x of our Laravel package have been moved to the ci-7.x.yml file in #144.

To make the tests run we need to temporarily include the following lines in the install step.

composer config minimum-stability dev
composer config prefer-stable true

Once we release stable v4.0.0 of the core rollbar/rollbar library, we can remove these two lines.

Type of change

Related issues

None

Checklists

Development

Code review