-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit bson version for mongo latest test
bson 5.0 was released 13 Feb 2024. It is not compatible with Mongo::Connection.new on mongo 1.3.1. For a reason I do not yet understand, without limiting 'bson' < 5.0, the CI installs mongo 1.3.1 instead of the current 2.19.3 for this nil version test. This also occurs locally.
- Loading branch information
1 parent
55c5b70
commit 4e703eb
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters