Skip to content

Commit 496ad00

Browse files
committed
Holding back mongodb 6 testing
1 parent 0970f7a commit 496ad00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mongodb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
# Configuration, for us to perform test against multiple version in the future
1212
strategy:
1313
matrix:
14-
mongodb-version: ['5.0', '6.0']
14+
# , '6.0' is held back from testing until the official docker images are out
15+
mongodb-version: ['5.0']
1516

1617
# The test step
1718
steps:

0 commit comments

Comments
 (0)