Skip to content

Commit

Permalink
Merge pull request #648 from wp-cli/fix/php84-tests
Browse files Browse the repository at this point in the history
Update tests for PHP 8.4
  • Loading branch information
swissspidy authored Jul 11, 2024
2 parents c07fc9c + 2686f9c commit cfa25a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/requests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Feature: Requests integration with both v1 and v2
"""

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

0 comments on commit cfa25a5

Please sign in to comment.