-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add Laravel 11 support on tests #1261
Conversation
Include **Laravel 11** and **PHP 8.3** on the test matrix
Test with old testbench version
Restore to testbench 9.* for Laravel 11
Test with old ocular.phar
Remove ocular form dev dependencies
Test fix on setLaravelSession()
Migrate phpunit config before running test
Caution Again facing problems with uploading coverage to scrutinizer.... Logic that involves downloading wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover This gives the same error we faced before: [Guzzle\Common\Exception\InvalidArgumentException]
Invalid handle provided Also, we can't use the |
What's in this PR?
checkout
andcache
actions tov4
scrutinizer/ocular
from dev dependencies, it's instead required in the upload coverage stepChecklist