spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Add PHP 8.2 Support #275

Closed patinthehat closed 1 year ago

patinthehat commented 2 years ago

This PR adds PHP 8.2 to the tests workflow and bumps the checkout action version to v3.

It also bumps the minimum required version of nesbot/carbon to enable PHP 8.2 support.

patinthehat commented 2 years ago

@freekmurze Once #278 is merged, all tests should pass.

freekmurze commented 2 years ago

I reran the tests, but they still seem to be failing.

patinthehat commented 2 years ago

@freekmurze just needed to rebase first :) all tests are passing now!

freekmurze commented 1 year ago

Very nice, thanks!