Skip to content

Commit d6ca743

Browse files
authored
Merge pull request #672 from wp-cli/update/php-cli-tools
2 parents 7bd887a + ffaa0cb commit d6ca743

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

composer.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/requests.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ Feature: Requests integration with both v1 and v2
211211
"""
212212
213213
# This can throw deprecated warnings on PHP 8.1+.
214-
When I try `vendor/bin/wp plugin install duplicate-post --activate`
214+
# Also, using a specific version to avoid minimum WordPress version requirement warning.
215+
When I try `vendor/bin/wp plugin install duplicate-post --version=4.2 --activate`
215216
Then STDOUT should contain:
216217
"""
217218
Success: Installed 1 of 1 plugins.

0 commit comments

Comments
 (0)