wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
90 stars 79 forks source link

Fix failing PHP 5.6 tests by requiring WP 5.2 #342

Closed danielbachhuber closed 2 years ago

danielbachhuber commented 2 years ago

The WordPress importer changed its minimum supported WP version to 5.2, which means these tests never receive an update offer in WP 3.7.

It looks like all "official" plugins no longer support WP 3.7, so there isn't really anything we can replace with.