Skip to content

Commit

Permalink
Limit tests for mongodb@6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Jan 31, 2024
1 parent d2bb446 commit bc11d10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
matrix:
node-version: [18, 20, 21]
mongodb-version: [6.0, 7.0]
mongodb-client: [4, 5, 6]
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,9 +44,6 @@ jobs:
env:
CI: true

- name: Install peer depedencies
run: npm i mongodb@${{ matrix.mongodb-client }}

- name: Test
run: npm test
env:
Expand Down

0 comments on commit bc11d10

Please sign in to comment.