BUGFIX: Do not use PHP 5.6 any longer for TYPO3 7.6.x

As TYPO3 7.6.x introduced a breaking change which no longer works with
PHP 5.6, we need to remove the support.
This commit is contained in:
Daniel Siepmann 2017-08-08 10:13:24 +02:00
parent 9e64252a6a
commit 4c3cca9855
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -11,7 +11,6 @@ before_install:
language: php language: php
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
@ -33,11 +32,6 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
exclude: 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