Skip to content

Commit b575ba7

Browse files
Add Mongo 8 to the ci and update the Readme (zookzook#254)
* Add Mongo 8 to the ci * Add version 8 to the supported Mongo versions
1 parent 93c3fba commit b575ba7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mongodb_driver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
mongodb-version: ["5.0", "6.0", "7.0"]
17+
mongodb-version: ["5.0", "6.0", "7.0", "8.0"]
1818

1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v2
2222

2323
- name: Start MongoDB
24-
uses: supercharge/mongodb-github-action@1.8.0
24+
uses: supercharge/mongodb-github-action@1.11.0
2525
with:
2626
mongodb-version: ${{ matrix.mongodb-version }}
2727
mongodb-replica-set: rs_1

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 4.x, 5.x, 6.x, 7.x
13+
- supports MongoDB versions 4.x, 5.x, 6.x, 7.x, 8.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)