Skip to content

Commit 9357c1a

Browse files
committed
Travis: Force proper phpunit version for PHP8
1 parent bd71f68 commit 9357c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cache:
3030
before_script:
3131
- if [[ SCRUTINIZER != '1' ]]; then phpenv config-rm xdebug.ini || true; fi
3232
- composer self-update
33+
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "8" ]]; then composer config platform.php 7.4; fi
3334
- composer update $COMPOSER_FLAGS --prefer-dist
3435

3536
script:

0 commit comments

Comments
 (0)