-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Run PHPCS on PHP 8 #1400
Run PHPCS on PHP 8 #1400
Conversation
@@ -17,7 +17,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
php-version: | |||
- "7.4" | |||
- "8.0" |
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.
Perhaps we should run it with 7.1, that's the compatibility we need to maintain.
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.
I've added 7.1 as well.
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.
🤔 I think one run should be enough, if we add <config name="php_version" value="70100"/>
to the configuration.
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.
Let's check that. 🙂
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.
Yes, that does the trick. I could even remove two more rules from the exclude list now. 🎉
ada2550
to
a955bb1
Compare
Signed-off-by: Alexander M. Turek <me@derrabus.de>
a955bb1
to
d761625
Compare
No description provided.