Skip to content

Commit e6df010

Browse files
committed
👷‍♀️ Update MongoDB test matrix
According to the MongoDB [release schedule][1]: - MongoDB 4.2 is EoL this month (April 2023) - MongoDB 7.0 was released in August [1]: https://www.mongodb.com/legal/support-policy/lifecycles
1 parent 98563df commit e6df010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- 18
2525
- 20
2626
mongodb:
27-
- 4.0
28-
- 4.2
2927
- 4.4
3028
- 5.0
3129
- 6.0
30+
- 7.0
3231
services:
3332
mongodb:
3433
image: mongo:${{ matrix.mongodb }}

0 commit comments

Comments
 (0)