From a502f249f1dc328f5bafd3535c828891e6b986f2 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:02:22 +0000 Subject: [PATCH] Update redis Docker tag to v8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37f6ab6..2a835c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,6 @@ jobs: services: redis: - image: redis:7.4 + image: redis:8.0 ports: - 6379:6379