Skip to content

Commit af0f011

Browse files
committed
fix: add mongodb 8 to test matrix
1 parent e7d7652 commit af0f011

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
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
node: [16, 18, 20]
4343
os: [ubuntu-20.04, ubuntu-22.04]
44-
mongodb: [4.4.29, 5.0.26, 6.0.15, 7.0.12]
44+
mongodb: [4.4.29, 5.0.26, 6.0.15, 7.0.12, 8.0.0]
4545
include:
4646
- os: ubuntu-20.04 # customize on which matrix the coverage will be collected on
4747
mongodb: 5.0.26

0 commit comments

Comments
 (0)