Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Update MongoDB test matrix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alecgibson committed Apr 15, 2024
1 parent 7451574 commit 003ce28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
- 18
- 20
mongodb:
- 4.0
- 4.2
- 4.4
- 5.0
- 6.0
- 7.0
services:
mongodb:
image: mongo:${{ matrix.mongodb }}
Expand Down

0 comments on commit 003ce28

Please sign in to comment.