Starting from scratch again: PHP8 nightly build included in test run, and it should pickup PHPUnit >= 9.3

This commit is contained in:
MarkBaker 2020-08-09 14:12:17 +02:00
parent 9683e5be18
commit 91185a93dc
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly
cache:
directories:

View File

@ -66,7 +66,7 @@
"jpgraph/jpgraph": "^4.0",
"mpdf/mpdf": "^8.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5|^9.3",
"squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "^6.3"
},