From 4754ee6aae32ea2b8f57af07db7f02bfa1ee5095 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:28:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20MongoDB=208=20to=20t?= =?UTF-8?q?he=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 f7bd8df..c0bcad1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: - 5.0 - 6.0 - 7.0 + - 8.0 services: mongodb: image: mongo:${{ matrix.mongodb }}