Skip to content
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

Fix --format in core check-update command #253

Merged
merged 2 commits into from Mar 14, 2024

Conversation

ernilambar
Copy link
Contributor

Fixes #250

@ernilambar ernilambar marked this pull request as ready for review March 8, 2024 07:25
@ernilambar ernilambar requested a review from a team as a code owner March 8, 2024 07:25
@ernilambar
Copy link
Contributor Author

No idea why test is failing at PHP 5.6 😔


$obj = new stdClass;
$obj->updates = [];
$obj->last_checked = '1709881133';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we compute this so it's always a far-future date?

@schlessera schlessera merged commit 5774d7d into wp-cli:main Mar 14, 2024
36 checks passed
@schlessera
Copy link
Member

Thanks, @ernilambar !

@schlessera schlessera added this to the 2.1.18 milestone Mar 14, 2024
@schlessera schlessera changed the title Fix format in core check update command Fix --format in core check-update command Mar 14, 2024
@ernilambar ernilambar deleted the 250-check-update-format branch March 14, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ wp core check-update ] - format options parameter
3 participants