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

Fix failing deployments by requiring PHP 7 for some tests #567

Closed danielbachhuber closed 1 year ago

swissspidy commented 1 year ago

I think we just need to update the matrix here:

https://github.com/wp-cli/wp-cli-bundle/blob/788364545f389665059ef907fd11e64fd199dd31/.github/workflows/deployment.yml#L65-L73

No need to test 5.6 + latest anymore

danielbachhuber commented 1 year ago

I think we just need to update the matrix here:

I think you're right https://github.com/wp-cli/wp-cli-bundle/pull/568