add PHP 7.4 to build roster and remove unsupported 7.x versions

This commit is contained in:
Stefan Kalscheuer 2020-01-07 19:33:37 +01:00
parent 7f35444642
commit 3df29ff76f

View File

@ -1,10 +1,9 @@
language: php language: php
php: php:
- '5.6' - '5.6'
- '7.0'
- '7.1'
- '7.2' - '7.2'
- '7.3' - '7.3'
- '7.4'
before_script: before_script:
- composer install - composer install
- npm install - npm install