mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
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:
parent
9e64252a6a
commit
4c3cca9855
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue