Skip to content

Commit 9abb935

Browse files
committed
updated MongoDB to 6.0
1 parent e12f81b commit 9abb935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mongodb_driver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
mongodb-version: ["5.0"]
16+
mongodb-version: ["6.0"]
1717

1818
runs-on: ubuntu-latest
1919
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Features
1212

13-
- supports MongoDB versions 3.2, 3.4, 3.6, 4.x, 5.x
13+
- supports MongoDB versions 3.2, 3.4, 3.6, 4.x, 5.x, 6.x
1414
- connection pooling ([through DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
1515
- streaming cursors
1616
- performant ObjectID generation
@@ -37,7 +37,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
3737

3838
```elixir
3939
defp deps do
40-
[{:mongodb_driver, "~> 0.9.0"}]
40+
[{:mongodb_driver, "~> 0.9.1"}]
4141
end
4242
```
4343

0 commit comments

Comments
 (0)