Skip to content

Commit

Permalink
Add Mongo 8 to the ci and update the Readme (#254)
Browse files Browse the repository at this point in the history
* Add Mongo 8 to the ci

* Add version 8 to the supported Mongo versions
  • Loading branch information
scottmessinger authored Nov 2, 2024
1 parent 93c3fba commit b575ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mongodb_driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

strategy:
matrix:
mongodb-version: ["5.0", "6.0", "7.0"]
mongodb-version: ["5.0", "6.0", "7.0", "8.0"]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: rs_1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Features

- supports MongoDB versions 4.x, 5.x, 6.x, 7.x
- supports MongoDB versions 4.x, 5.x, 6.x, 7.x, 8.x
- connection pooling ([through DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
- streaming cursors
- performant ObjectID generation
Expand Down

0 comments on commit b575ba7

Please sign in to comment.