Skip to content

Commit

Permalink
Track MongoDB v7.0 changes (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 18, 2023
1 parent 5457c39 commit 2807cf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "mongodb-sample-databases"]
path = dumps/mongodb-sample-databases
url = https://github.com/mcampo2/mongodb-sample-databases.git
branch = master

[submodule "dotnet-example"]
path = tests/dotnet-example
url = https://github.com/FerretDB/dotnet-example.git
Expand All @@ -10,18 +15,18 @@
path = tests/java-example
url = https://github.com/FerretDB/java-example.git
branch = main
[submodule "meteor"]
path = tests/meteor
url = https://github.com/meteor/meteor.git
branch = devel
[submodule "mongo"]
path = tests/mongo
url = https://github.com/mongodb/mongo.git
branch = master
branch = v7.0
[submodule "mongo-go-driver"]
path = tests/mongo-go-driver
url = https://github.com/mongodb/mongo-go-driver.git
branch = master
[submodule "mongodb-sample-databases"]
path = dumps/mongodb-sample-databases
url = https://github.com/mcampo2/mongodb-sample-databases.git
branch = master
[submodule "python-example"]
path = tests/python-example
url = https://github.com/FerretDB/python-example.git
Expand All @@ -30,7 +35,3 @@
path = tests/restheart
url = https://github.com/SoftInstigate/restheart.git
branch = master
[submodule "meteor"]
path = tests/meteor
url = https://github.com/meteor/meteor.git
branch = devel
2 changes: 1 addition & 1 deletion tests/mongo
Submodule mongo updated 15231 files

0 comments on commit 2807cf6

Please sign in to comment.