From f5575e973c27ee36a42b9c29cc8e17bb8e742eed Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:25:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20MongoDB=206=20to=20o?= =?UTF-8?q?ur=20test=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30c4d4d..ad4d2af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: - 4.2 - 4.4 - 5.0 + - 6.0 services: mongodb: image: mongo:${{ matrix.mongodb }}