-
Notifications
You must be signed in to change notification settings - Fork 132
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 8.0 tests: fail with composer packages #638
Comments
The second issue is being asked here exussum12/coverageChecker#66 |
Relevant issue squizlabs/PHP_CodeSniffer#3196 |
The author released v1.0.0. I tried this in my forked repo https://github.com/htdat/Edit-Flow/commit/3b61a16f575360111564974729554c5c17d2b961 and it worked very well as shown here https://github.com/htdat/Edit-Flow/actions/runs/784319557 Note:
|
All of these packages are related to
|
Update: I have played around for two options above but the main issue is still related WPCS is not ready for PHP 8.0 (#638 (comment) above). Therefore I am proposing a PR to just partly fix this issue and improve |
@htdat if I'm understanding correctly:
If that's right, I think maybe we should split this issue into two and address the first problem now, and then just wait until WPCS 3.0 is released to address the other one. How does that sound? |
Yes, this looks very good. I've decomposed this issue into two issues:
I am going to close this issue. |
Expected/Desired Behavior
No error
Summary
Two packages have errors:
automattic/vipwpcs
. Wait for the new release of WPCS as mentioned below PHP 8.0 tests: fail with composer packages #638 (comment)Two errors in detail
From https://github.com/Automattic/Edit-Flow/runs/2407816247?check_suite_focus=true
1:
2:
(Optional) Additional notes
Only issues with PHP 8.0.
There is no issue from PHP 5.6 to 7.4.
The text was updated successfully, but these errors were encountered: