-
Notifications
You must be signed in to change notification settings - Fork 250
Laravel 9 support #209
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
Laravel 9 support #209
Conversation
Example of a passing action on a branch which tests up to PHP 8. PHP 8 tests aren't a part of this PR because of a version incompatibility, described below for posterity: The minimum version of PHPUnit that can run tests on PHP 8.0 is PHPUnit 8. Unfortunately, this is syntactically incompatible with the current PHPUnit tests, so they can't be included until we drop support for php versions below 7.2. The branch that the above action is running on has all of the required changes to upgrade to PHPUnit 8. |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.