tighten / laraveldrivers

List all third-party Laravel drivers
https://laraveldrivers.com/
9 stars 0 forks source link

Laravel 8.65.0 Shift #31

Closed mattstauffer closed 2 years ago

mattstauffer commented 2 years ago

This pull request includes updates for the recent minor version release of Laravel as well as updates to your package dependencies. Feel free to commit any additional changes to the shift-ci-v8.65.0 branch.

Before merging, you need to:

mattstauffer commented 2 years ago

:warning: The Shift build servers run PHP 8. If you are still running PHP 7.4 or lower you should run composer update locally to ensure you have the proper versions of your dependencies to reflect your PHP 7 environment.

mattstauffer commented 2 years ago

:information_source: Shift detected your application only has the default tests. This Shift is designed to be used within your CI process. Tests will help you confirm these updates do not break your application.

You can get started adding tests by using the Test Generator to automatically create the model factories, test classes, and sample tests cases for your Laravel application.