Do not test Sylius 1.1 against Symfony 4.0

This commit is contained in:
Kamil Kokot 2018-05-31 12:20:09 +02:00
parent fd2ca2bfc9
commit d826fe31b8
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -18,14 +18,6 @@ matrix:
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
if: type IN (cron, api) OR tag IS present
php: 7.1
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.0.*"
services:
- memcached
-
php: 7.1
env: SYLIUS_SUITE="docs packages"
@ -41,13 +33,6 @@ matrix:
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.0.*"
services:
- memcached
-
php: 7.2
env: SYLIUS_SUITE="packages"
@ -55,11 +40,6 @@ matrix:
apt:
packages:
- parallel
allow_failures:
- env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.0.*"
fast_finish: true
cache:
yarn: true