Skip to content

Commit 772801e

Browse files
committed
Document temporary hack
1 parent 9446b87 commit 772801e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ install:
3232
- composer validate --strict
3333
- composer require --no-update --dev roots/wordpress:${WP_VERSION} wp-phpunit/wp-phpunit:${WP_VERSION}
3434
- "[ $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
3538
- "[ $TRAVIS_PHP_VERSION != '8.0' ] || composer install --ignore-platform-reqs"
3639
- composer show
3740

0 commit comments

Comments
 (0)