allow PHP 7.4, 8.0

This commit is contained in:
Libor M 2020-10-17 12:56:06 +02:00
parent ec1b3d35ee
commit adb917273c
2 changed files with 11 additions and 8 deletions

View File

@ -11,7 +11,8 @@ php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3 - 7.3
- 7.4snapshot - 7.4
- nightly
matrix: matrix:
include: include:
@ -26,14 +27,16 @@ matrix:
env: COVERAGE=1 env: COVERAGE=1
- php: 7.3 - php: 7.3
env: DEPENDENCIES="--ignore-platform-reqs" env: DEPENDENCIES="--ignore-platform-reqs"
- php: 7.4
env: DEPENDENCIES="--ignore-platform-reqs"
- php: nightly
env: DEPENDENCIES="--ignore-platform-reqs"
exclude: exclude:
- php: 5.3 - php: 5.3
- php: 5.4 - php: 5.4
- php: 5.5 - php: 5.5
- php: 7.0
- php: 7.3
allow_failures: allow_failures:
- php: 7.4snapshot - php: nightly
cache: cache:
directories: directories:

View File

@ -58,7 +58,7 @@
"fix": "Fixes issues found by PHP-CS" "fix": "Fixes issues found by PHP-CS"
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0", "php": "^5.3.3 || ^7.0 || ^8.0",
"ext-xml": "*", "ext-xml": "*",
"zendframework/zend-escaper": "^2.2", "zendframework/zend-escaper": "^2.2",
"phpoffice/common": "^0.2.9" "phpoffice/common": "^0.2.9"
@ -67,13 +67,13 @@
"ext-zip": "*", "ext-zip": "*",
"ext-gd": "*", "ext-gd": "*",
"phpunit/phpunit": "^4.8.36 || ^7.0", "phpunit/phpunit": "^4.8.36 || ^7.0",
"squizlabs/php_codesniffer": "^2.9", "squizlabs/php_codesniffer": "^2.9 || ^3.5",
"friendsofphp/php-cs-fixer": "^2.2", "friendsofphp/php-cs-fixer": "^2.2",
"phpmd/phpmd": "2.*", "phpmd/phpmd": "2.*",
"phploc/phploc": "2.* || 3.* || 4.*", "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
"dompdf/dompdf":"0.8.*", "dompdf/dompdf":"0.8.*",
"tecnickcom/tcpdf": "6.*", "tecnickcom/tcpdf": "6.*",
"mpdf/mpdf": "5.7.4 || 6.* || 7.*", "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
"php-coveralls/php-coveralls": "1.1.0 || ^2.0" "php-coveralls/php-coveralls": "1.1.0 || ^2.0"
}, },
"suggest": { "suggest": {