Closed svandragt closed 1 month ago
At the time of writing the installed version with Altis 20 is WP-CLI 2.8.1, it's fixed in WP-CLI 2.11.
Thanks for this @svandragt , I have raised issue https://github.com/humanmade/docker-wordpress-php/issues/317 to cover this
When running WP-CLI commands on PHP 8.2, deprecation notices are showing due to using out of date WP-CLI.
The following is output from a custom command, returning more notices than normal:
Steps to reproduce (requires Altis 20):
composer server shell
wp site list
Expect to see the site list, without deprecation notices.
Acceptance criteria:
wp cli update --yes
for example.