8000 minor #29099 [Travis] Bump ext-mongodb to 1.5.2 on Travis (ogizanagi) · JulienMaille/symfony@9689494 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 9689494

Browse files
minor symfony#29099 [Travis] Bump ext-mongodb to 1.5.2 on Travis (ogizanagi)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes symfony#29099). Discussion ---------- [Travis] Bump ext-mongodb to 1.5.2 on Travis | Q | A | ------------- | --- | Branch? | 2.7 <!-- see below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | https://travis-ci.org/symfony/symfony/jobs/451058906#L2679 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Should fix Travis builds after mongodb/mongo-php-library@ba0b611 being merged (but not released yet). And/or use `composer require --dev --no-update mongodb/mongodb:@stable`? Commits ------- 6e4af32 [Travis] Bump ext-mongodb to 1.5.2 on Travis
2 parents d1ca2ac + 6e4af32 commit 9689494

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
@@ -159,7 +159,7 @@ before_install:
159159
echo extension = $ext_cache >> $INI
160160
elif [[ $PHP = 7.* ]]; then
161161
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
162-
tfold ext.mongodb tpecl mongodb-1.5.0 mongodb.so $INI
162+
tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
163163
fi
164164
done
165165
@@ -218,7 +218,7 @@ install:
218218
fi
219219
phpenv global ${PHP/hhvm*/hhvm}
220220
if [[ $PHP = 7.* ]]; then
221-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.0; composer require --dev --no-update mongodb/mongodb)
221+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2; composer require --dev --no-update mongodb/mongodb)
222222
fi
223223
tfold 'composer update' $COMPOSER_UP
224224
if [[ $TRAVIS_PHP_VERSION = 5.* || $TRAVIS_PHP_VERSION = hhvm* ]]; then

0 commit comments

Comments
 (0)
0