Skip to content

Commit 27dc6b3

Browse files
committed
adjust phpunit version
1 parent 251f968 commit 27dc6b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ wget "https://phar.phpunit.de/phpunit-6.0.phar"
3232
mv phpunit-6.0.phar ./phpunit
3333
fi
3434

35+
if [[ "$TRAVIS_PHP_VERSION" == "8.0" ]] ; then
36+
wget "https://phar.phpunit.de/phpunit-9.0.phar"
37+
mv phpunit-9.0.phar ./phpunit
38+
fi
39+
3540
if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]] ; then
3641
wget "https://phar.phpunit.de/phpunit-6.0.phar"
3742
mv phpunit-6.0.phar ./phpunit

0 commit comments

Comments
 (0)