Skip to content

Commit 44f76ba

Browse files
committed
Setup MongoDB version for testing
1 parent afa0031 commit 44f76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-22.04, ubuntu-24.04]
1212
node: [16, 18, 20, 22, 24]
13-
mongodb-version: ['6.0.15', '7.0.12', '8.2.0']
13+
mongodb-version: ['6.0', '7.0', '8.0']
1414
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
1515
steps:
1616
- name: Git checkout

0 commit comments

Comments
 (0)