Skip to content

Commit e04e3f8

Browse files
committed
add different mongodb version
1 parent 5aad30c commit e04e3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ["4.2", "4.4", "5.3", "6.0"]
16+
mongodb-version: ["4.2", "4.4", "5.0", "6.0"]
1717

1818
runs-on: ubuntu-latest
1919
steps:

README.md

Lines changed: 1 addition & 1 deletion
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, 6.x
13+
- supports MongoDB versions 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

0 commit comments

Comments
 (0)