BUGFIX: Do not test php 5.6

As TYPO3 7.6.x introduced breaking change to not support PHP 5.6 any
longer.
This commit is contained in:
Daniel Siepmann 2017-08-08 09:47:12 +02:00
parent 6595d7129a
commit baca4824d5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -10,7 +10,6 @@ before_install:
language: php language: php
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
@ -31,12 +30,6 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
exclude:
# TYPO3 no longer supports 5.6
- env: TYPO3_VERSION="~8"
php: 5.6
- env: TYPO3_VERSION="dev-master"
php: 5.6
allow_failures: allow_failures:
- env: TYPO3_VERSION="~8" - env: TYPO3_VERSION="~8"
php: 7.0 php: 7.0