From b575ba7d9e5a24a51338897c8a982c9a7e76f0fe Mon Sep 17 00:00:00 2001 From: Scott Ames-Messinger Date: Sat, 2 Nov 2024 05:05:45 -0400 Subject: [PATCH] Add Mongo 8 to the ci and update the Readme (#254) * Add Mongo 8 to the ci * Add version 8 to the supported Mongo versions --- .github/workflows/mongodb_driver.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mongodb_driver.yml b/.github/workflows/mongodb_driver.yml index 5e5376b..ac7bb24 100644 --- a/.github/workflows/mongodb_driver.yml +++ b/.github/workflows/mongodb_driver.yml @@ -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 diff --git a/README.md b/README.md index b3f41ac..1ed89a7 100644 --- a/README.md +++ b/README.md @@ -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