8000 fix CI · alex-dev/symfony@a83d841 · GitHub
[go: up one dir, main page]

Skip to content

Commit a83d841

Browse files
fix CI
1 parent ace0a05 commit a83d841

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
@@ -144,7 +144,7 @@ before_install:
144144
fi
145145
146146
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
148148
done
149149
150150
- |
@@ -206,7 +206,7 @@ install:
206206
break
207207
fi
208208
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)
210210
tfold 'composer update' $COMPOSER_UP
211211
tfold 'phpunit install' ./phpunit install
212212
if [[ $deps = high ]]; then

0 commit comments

Comments
 (0)
0