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 9446b87 commit 772801eCopy full SHA for 772801e
.travis.yml
@@ -32,6 +32,9 @@ install:
32
- composer validate --strict
33
- composer require --no-update --dev roots/wordpress:${WP_VERSION} wp-phpunit/wp-phpunit:${WP_VERSION}
34
- "[ $TRAVIS_PHP_VERSION == '8.0' ] || composer install"
35
+ # Temporary hack to allow installing PHPUnit 7 with PHP 8 until WP 5.9.
36
+ # as WP PHPUnit does not allow PHPUnit higher than 7 yet.
37
+ # See https://github.com/WordPress/wordpress-develop/commit/8def694fe4c5df95f8e20e40389faf9cb92b6dca
38
- "[ $TRAVIS_PHP_VERSION != '8.0' ] || composer install --ignore-platform-reqs"
39
- composer show
40
0 commit comments