Skip to content

Commit 2686f9c

Browse files
committed
Skip test on PHP 8.4
1 parent c07fc9c commit 2686f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/requests.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ Feature: Requests integration with both v1 and v2
104104
"""
105105

106106
# Uses `wp db create` which is not yet supported in SQLite.
107-
@require-mysql
107+
# Uses WP 6.1, which is not compatible with PHP 8.4 and causes warnings
108+
@require-mysql @less-than-php-8.4
108109
Scenario: Composer stack with Requests v1 pulling wp-cli/wp-cli-bundle
109110
Given an empty directory
110111
And a composer.json file:

0 commit comments

Comments
 (0)