Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d90a503

Browse filesBrowse files
minor #35450 Fix testing with mongodb (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Fix testing with mongodb | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 28cd964 Fix testing with mongodb
2 parents 6aec780 + 28cd964 commit d90a503
Copy full SHA for d90a503

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ before_install:
182182
echo extension = $ext_cache >> $INI
183183
elif [[ $PHP = 7.* ]]; then
184184
tfold ext.apcu tpecl apcu-5.1.17 apcu.so $INI
185-
tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
185+
tfold ext.mongodb tpecl mongodb-1.6.0 mongodb.so $INI
186186
fi
187187
done
188188
@@ -279,7 +279,7 @@ install:
279279
fi
280280
phpenv global ${PHP/hhvm*/hhvm}
281281
if [[ $PHP = 7.* ]]; then
282-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
282+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)
283283
fi
284284
tfold 'composer update' $COMPOSER_UP
285285
if [[ $TRAVIS_PHP_VERSION = 5.* || $TRAVIS_PHP_VERSION = hhvm* ]]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.