Skip to content

Commit

Permalink
Add Mongo 8 to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmessinger authored Nov 2, 2024
1 parent 93c3fba commit 2c6f80f
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 2c6f80f

Please sign in to comment.