Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb2145f

Browse files
committed
Do not run PHP 7.4 builds yet
1 parent 32d60d9 commit bb2145f

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@ addons:
1717

1818
matrix:
1919
include:
20-
-
21-
php: 7.4
22-
env:
23-
- SYLIUS_SUITE="application"
24-
- SYMFONY_VERSION="4.4.*"
25-
services:
26-
- memcached
27-
- mysql
28-
-
29-
php: 7.4
30-
env:
31-
- SYLIUS_SUITE="packages"
32-
- SYMFONY_VERSION="4.4.*"
33-
addons:
34-
apt:
35-
packages:
36-
- parallel
3720
-
3821
php: 7.3
3922
env:

src/Sylius/Bundle/OrderBundle/test/app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function registerBundles(): array
2424
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
2525
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
2626
new FOS\RestBundle\FOSRestBundle(),
27-
new JMS\SerializerBundle\JMSSerializerBundle($this),
27+
new JMS\SerializerBundle\JMSSerializerBundle(),
2828
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
2929
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
3030
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),

0 commit comments

Comments
 (0)