Skip to content

Commit cfa25a5

Browse files
authored
Merge pull request #648 from wp-cli/fix/php84-tests
Update tests for PHP 8.4
2 parents c07fc9c + 2686f9c commit cfa25a5

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)