We need phpunit 8 on AppVeyor as well

This commit is contained in:
Pierre Rudloff 2019-11-30 14:21:04 +01:00
parent fea1cce2d4
commit 9b6639168d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
- echo extension=C:\tools\php73\ext\php_mbstring.dll >> C:\tools\php73\php.ini
- echo extension=C:\tools\php73\ext\php_xsl.dll >> C:\tools\php73\php.ini
- composer install --no-dev --no-progress
- composer global require phpunit/phpunit:^6.0 --no-progress
- composer global require phpunit/phpunit:^8.4 --no-progress
- C:\Python36\python.exe -m pip install youtube-dl
test_script: