-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Support PHP 8.3 #470
Support PHP 8.3 #470
Conversation
Will be marked as ready once PHP 8.3 is released. |
To fix the test suite at the lowest versions of dependencies at PHP 8.3 I think you need to upgrade psalm to the latest version. |
@@ -64,7 +61,7 @@ | |||
"tools\/vendor\/bin\/php-cs-fixer fix --using-cache=no" | |||
], | |||
"test" : [ | |||
"vendor\/bin\/phpunit" | |||
"vendor\/bin\/phpunit --coverage-html var/phpunit/coverage/html --coverage-filter src" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The coverage config has been inlined here and removed from the XML configuration since Infection does not recognize it properly.
thanks @rogervila! |
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description
Add PHP 8.3 Support