We need phpunit 8 on AppVeyor as well
This commit is contained in:
parent
fea1cce2d4
commit
9b6639168d
1 changed files with 1 additions and 1 deletions
|
@ -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_mbstring.dll >> C:\tools\php73\php.ini
|
||||||
- echo extension=C:\tools\php73\ext\php_xsl.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 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
|
- C:\Python36\python.exe -m pip install youtube-dl
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Reference in a new issue