Drop long EOL versions in favor of PHP5.6+

This commit is contained in:
Mark Sch 2019-12-02 18:02:22 +01:00 committed by GitHub
parent ed14b42274
commit 02bcdec391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,7 @@
language: php language: php
# We require precise here, as 5.3 doesn't exist on trusty.
dist: precise
php: php:
- 5.3
- 5.6 - 5.6
- 7.0
- 7.3 - 7.3
- 7.4snapshot - 7.4snapshot
@ -22,13 +17,10 @@ services:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.3 - php: 5.6
env: DB=mysql PHPUNIT=4.8.35
- php: 5.4
env: DB=pgsql env: DB=pgsql
- php: 5.5 - php: 7.0
env: DB=sqlite env: DB=sqlite
- php: 7.3 - php: 7.3