From 003ce286f32833913036bef909c36a33f95b703a Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:43:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=80=EF=B8=8F=20Updat?= =?UTF-8?q?e=20MongoDB=20test=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 821d41d..5d871d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}