Revert "Removed EOL php versions"

This reverts commit 79b6a51441.
This commit is contained in:
Patrick Henninger
2019-01-09 12:22:33 +01:00
parent 9bd7f1ab7b
commit 6767fdd944
3 changed files with 22 additions and 15 deletions

View File

@@ -1,19 +1,14 @@
language: php
php:
- 7.1
- 5.6
- 7.0
- 7.2
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
before_script:
- composer self-update $PREFER_LOWEST
- composer self-update
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml