From 7b72fce76d72426b8e82b6bb331af817593cc4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Barreiro?= Date: Wed, 16 Nov 2022 19:01:08 +0100 Subject: [PATCH] Pin redis 6.2.6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c619c075..b91fa0f8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: matrix: python-version: ['3.7', '3.8', '3.9', '3.10'] os: ['ubuntu-20.04'] - redis-version: [4, 5, 6] + redis-version: [4, 5, "6.2.6"] # Do not cancel any jobs when a single job fails fail-fast: false name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with Redis ${{ matrix.redis-version }}