-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Travis] Bump ext-mongodb to 1.5.2 on Travis #29099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Rebased to 2.7, as it still receives security fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(merging in 2.8: this is not a security fix)
Thank you @ogizanagi. |
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #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
@nicolas-grekas : I didn't mean this is a security fix, sorry 😅 |
That was before we had private CI for security patches :) |
@nicolas-grekas we would still need a working CI, even if it runs on the private repo. |
Sure, what I mean is that this should be dealt with in the patch fixing a security issue.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
?