From 72cc92548372bc86f87bd3e7be567e036185f12e Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Fri, 15 Aug 2025 13:18:03 +0100 Subject: [PATCH] Bump image to 8.2.1-pre Signed-off-by: Elena Kolevska --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 43766b072b..77a3f75790 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -74,7 +74,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - redis-version: ['8.2', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.4', '7.2.9'] + redis-version: ['8.2.1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.4', '7.2.9'] python-version: ['3.9', '3.13'] parser-backend: ['plain'] event-loop: ['asyncio']