wp-cli / wp-cli-bundle

📦 WP-CLI package that bundles the framework with a set of common commands
MIT License
84 stars 30 forks source link

Update versions of WP-CLI used in tests #658

Closed schlessera closed 1 month ago

schlessera commented 1 month ago

On newer PHP versions, some tests start to fail because the old WP-CLI phars are throwing type errors.

This PR changes to more recent versions of the WP-CLI phar that don't trigger those errors.