Skip to content

Commit 1c1b23f

Browse files
committed
bump version of phpunit
1 parent 27dc6b3 commit 1c1b23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ mv phpunit-6.0.phar ./phpunit
3333
fi
3434

3535
if [[ "$TRAVIS_PHP_VERSION" == "8.0" ]] ; then
36-
wget "https://phar.phpunit.de/phpunit-9.0.phar"
37-
mv phpunit-9.0.phar ./phpunit
36+
wget "https://phar.phpunit.de/phpunit-9.5.phar"
37+
mv phpunit-9.5.phar ./phpunit
3838
fi
3939

4040
if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]] ; then

0 commit comments

Comments
 (0)