-
Notifications
You must be signed in to change notification settings - Fork 179
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
PHP Docker update from 8.0 to 8.3 in CI #9530
Conversation
@kongtiaowang does this still need work or should it be assigned? |
204c205
to
f5c806f
Compare
634a2a7
to
24390d6
Compare
5edb4d2
to
1c02bdd
Compare
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.
This is nearly impossible to review because of all the declare(strict_type) whitespace changes. Can you revert them? If a default changed in something that is causing them, you can update the config to use the old behaviour of no space after <?php
@@ -31,7 +31,10 @@ | |||
"suppress_issue_types" => [ | |||
"PhanUnusedPublicNoOverrideMethodParameter", | |||
// Until phan/phan#4746 is fixed | |||
"PhanTypeMismatchArgumentInternal" | |||
"PhanTypeMismatchArgumentInternal", | |||
"PhanUndeclaredMethod", |
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.
Why are these being added? If we've already fixed this class of errors they shouldn't be re-added.
"phan/phan": "^5.0", | ||
"phpstan/phpstan": "^1.4", | ||
"slevomat/coding-standard": "^6.4", |
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.
If these changes are causing large amounts of changes, I think they should be done 1 at a time in different pull requests to make it easier to review and test them individually.
@kongtiaowang todo: close this PR and create a new one with less files changes |
First Step: 8.3
PHP Docker update from 8.0 to 8.3 in CI
Test: pass CI
todo: add 8.4