Skip to content

Commit

Permalink
Try phpunit 7.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 21, 2022
1 parent 861d8f4 commit 42c7671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ install:
fi
# phpunit 9 is required for php 8
if [ "$TRAVIS_PHP_VERSION" = '8.0' ] || [ "$TRAVIS_PHP_VERSION" = '8.1' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
composer -n require --ignore-platform-reqs phpunit/phpunit ^8 \
composer -n require --ignore-platform-reqs phpunit/phpunit ^7.5.20 \
php-parallel-lint/php-parallel-lint ^1.2 \
php-parallel-lint/php-console-highlighter ^0 \
php-parallel-lint/php-var-dump-check ~0.4 \
Expand Down

0 comments on commit 42c7671

Please sign in to comment.