8000 Merge branch '4.2' · gido/symfony@c38a79c · GitHub
[go: up one dir, main page]

Skip to content

Commit c38a79c

Browse files
Merge branch '4.2'
* 4.2: fix CI
2 parents ee337dd + 54fe82d commit c38a79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ before_install:
161161
fi
162162
163163
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
164-
tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
164+
tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
165165
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
166166
tfold ext.igbinary tpecl igbinary-2.0.6 igbinary.so $INI
167167
tfold ext.zookeeper tpecl zookeeper-0.5.0 zookeeper.so $INI
@@ -226,7 +226,7 @@ install:
226226
break
227227
fi
228228
phpenv global $PHP
229-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2; composer require --dev --no-update mongodb/mongodb)
229+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
230230
tfold 'composer update' $COMPOSER_UP
231231
tfold 'phpunit install' ./phpunit install
232232
if [[ $deps = high ]]; then

0 commit comments

Comments
 (0)
0