mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 19:16:12 +01:00
TASK: Remove php 7.0 testing
As we do not support PHP 7.0.
This commit is contained in:
parent
0b8ec55c02
commit
67d1180ee1
1 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@ before_install:
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
|
||||||
- 7.1
|
- 7.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -31,8 +30,6 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: TYPO3_VERSION="dev-master"
|
|
||||||
php: 7.0
|
|
||||||
- env: TYPO3_VERSION="dev-master"
|
- env: TYPO3_VERSION="dev-master"
|
||||||
php: 7.1
|
php: 7.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue