From cd09abf9454eb9ccb78b1438bc98f43cbd57ba54 Mon Sep 17 00:00:00 2001 From: Luis Lobo Borobia Date: Mon, 22 May 2023 01:54:40 -0500 Subject: [PATCH] Remove MongoDB 6.0. Something is not working --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92511fbba..175f3135b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: strategy: matrix: node-version: [16, 18, 20] - mongodb-version: ['4.4', '5.0', '6.0'] + mongodb-version: ['4.4', '5.0'] steps: