We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07fc9c commit 2686f9cCopy full SHA for 2686f9c
features/requests.feature
@@ -104,7 +104,8 @@ Feature: Requests integration with both v1 and v2
104
"""
105
106
# Uses `wp db create` which is not yet supported in SQLite.
107
- @require-mysql
+ # Uses WP 6.1, which is not compatible with PHP 8.4 and causes warnings
108
+ @require-mysql @less-than-php-8.4
109
Scenario: Composer stack with Requests v1 pulling wp-cli/wp-cli-bundle
110
Given an empty directory
111
And a composer.json file:
0 commit comments