use only supported PHP versions + 5.6 for CI builds

This commit is contained in:
Stefan Kalscheuer 2020-01-07 19:26:51 +01:00
parent ebc44c722e
commit 253d2fadd2

View File

@ -1,12 +1,9 @@
language: php
dist: trusty
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
before_script:
- composer install
script: