-
Notifications
You must be signed in to change notification settings - Fork 231
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
Use PHP 7.4 for phpcs #768
Conversation
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.
PHPCS config still has <config name="php_version" value="70200"/>
. This PR would be a great opportunity to fix this, but shouldn't the PHP version rather be set in the workflow?
@SenseException I don't think so: contributors should have the same |
<config name="php_version" value="70200"/> | ||
<config name="php_version" value="70400"/> |
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.
thanks for the review @SenseException, the php_version
is already set here
Extracted from #765 so it would be easier to review