Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update composer packages; Bump PHP to 7.4 and WP to 5.3 #7613
Update composer packages; Bump PHP to 7.4 and WP to 5.3 #7613
Changes from all commits
45a72f2
2e61c07
1d0474b
ce53dca
00ea890
c146468
39176c1
273e95f
5372062
f8645b1
9d2b4d1
2c9fd1e
f282d63
f3e5b60
67e89f5
d5b7cdc
49e829c
2436565
c02c4c4
06d5930
cead962
3a668b4
15f5a46
5c35b03
ff8cfc4
46b7286
ee2c662
90678dd
a720194
d258088
436f4aa
0c2c672
7c96246
9c60ad6
c1b1971
108049c
056f613
9b700ff
6925bef
aed0343
a2904df
3eb015a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 better than doing
composer remove phpunit/phpunit
?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.
composer remove phpunit/phpunit
is unable to run it as PHPUnit is required by many other packages, and I am unable to find a way to ignore PHPUnit in the class map so it doesn't collide with global PHPUnit.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.
Should 8.3 be added experimentally? I understand that WordPress
trunk
is now compatible.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.
Does this need to be
experimental
?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.
PHP 8.2 is still in beta for WP 6.3. Should we remove it?
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 the tests currently pass in 6.2 I'd say remove it.
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.
Tests are passing with PHP 8.2 on WP 6.2, so experimental flag.
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.
Code coverage wasn't working for feature tests anyway, right?
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 as we are unable to merge coverage reports. I need to check if our coverage logic is working as expected or not.