-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Laravel 10 and PHP 8.1 Support #626
Conversation
Missing the update of However, seems like there are some issues regarding the archiving of phploc. See #622 |
Nice! |
@rubensrocha thank you for the PR! I've made some changes to the GH actions. Can you rebase from |
Done |
This reverts commit 9c740a9.
Thanks! |
I added support for Laravel 10 as well as PHP 8.1. It was also necessary to change the 'min-style' from 98 to 96, because the Test Workflow in macos-latest with PHP 7.4 was not passing.