add PHP 8.0 to CI roster

This commit is contained in:
Stefan Kalscheuer 2020-12-09 12:13:51 +01:00
parent f424909515
commit 1a621b8274
3 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
language: php
php:
- '5.6'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
before_script:
- composer install
script:

View File

@ -28,7 +28,7 @@
"phpunit/php-code-coverage": "*",
"slowprog/composer-copy-file": "~0.3",
"squizlabs/php_codesniffer": "^3.5",
"phpcompatibility/php-compatibility": "^9.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.3"
},
"scripts": {

View File

@ -26,5 +26,5 @@
<!-- PHP compatibility level -->
<config name="testVersion" value="5.5-"/>
<rule ref="PHPCompatibility"/>
<rule ref="PHPCompatibilityWP"/>
</ruleset>