Skip to content
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

Fix travis-ci build #580

Merged
merged 1 commit into from
Sep 13, 2019
Merged

Fix travis-ci build #580

merged 1 commit into from
Sep 13, 2019

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 12, 2019

With newer MongoDB versions, we no longer have access to the $pushAll operator. Since the lowest supported version still allows for this (which is perfectly fine on MongoDB < 4.0), we simply change the strategy on the collections from the default pushAll to atomicSetArray to work around this.

@alcaeus alcaeus added the Task label Sep 12, 2019
@alcaeus alcaeus self-assigned this Sep 12, 2019
@alcaeus alcaeus merged commit e941dca into doctrine:3.5 Sep 13, 2019
@alcaeus alcaeus deleted the fix-build branch September 13, 2019 04:32
@alcaeus alcaeus added this to 3.5 in Roadmap Sep 13, 2019
@alcaeus alcaeus added this to the 3.5.4 milestone Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants