File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ before_install:
144
144
fi
145
145
146
146
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
147
- tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
147
+ tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
148
148
done
149
149
150
150
- |
@@ -206,7 +206,7 @@ install:
206
206
break
207
207
fi
208
208
phpenv global $PHP
209
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2 ; composer require --dev --no-update mongodb/mongodb)
209
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0 ; composer require --dev --no-update mongodb/mongodb)
210
210
tfold 'composer update' $COMPOSER_UP
211
211
tfold 'phpunit install' ./phpunit install
212
212
if [[ $deps = high ]]; then
You can’t perform that action at this time.
0 commit comments