X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=d7460947383a0e595f472908da81ffcec78ef040;hb=a4a59e183e565a6933925b3cb30fc8393639ac5a;hp=5f86d3388344600455138f51096202ddd08e7c8a;hpb=a5a9cf23acd1248585173aa32757d9720b5f2d62;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index 5f86d338..d7460947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ matrix: install: - composer self-update --2 - composer update --ignore-platform-req=php + - composer remove --dev --ignore-platform-req=php phpunit/phpunit + - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0 + - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0 - language: php php: 7.4 - language: php