mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 15:36:12 +01:00
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:
parent
6595d7129a
commit
baca4824d5
1 changed files with 0 additions and 7 deletions
|
@ -10,7 +10,6 @@ before_install:
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
|
@ -31,12 +30,6 @@ env:
|
|||
|
||||
matrix:
|
||||
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:
|
||||
- env: TYPO3_VERSION="~8"
|
||||
php: 7.0
|
||||
|
|
Loading…
Reference in a new issue