From 15cac4427c412375787cbeab4adf8a1e720cd424 Mon Sep 17 00:00:00 2001 From: Petya Slavova Date: Tue, 18 Nov 2025 10:30:47 +0200 Subject: [PATCH] Add 8.4-GA-pre.3 to test matrix --- .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 cb614d499e..f9f697c85f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -76,7 +76,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - redis-version: ['8.4-GA-pre.2', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9'] + redis-version: ['8.4-GA-pre.3', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9'] python-version: ['3.10', '3.14'] parser-backend: ['plain'] event-loop: ['asyncio']