From 80a1117cd5cceb5379ff12933098f84e5f5fdb76 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Tue, 1 Oct 2024 14:39:58 +0200 Subject: [PATCH] Pass redis version tags as strings instead --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0db81d94..e903189a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: - ubuntu-latest - macos-latest redis-version: - - [6-0, 6.0] - - [6-2, 6.2] - - [7-0, 7.0] - - [7-2, 7.2] + - [6-0, "6.0"] + - [6-2, "6.2"] + - [7-0, "7.0"] + - [7-2, "7.2"] toolchain: - 1.78.0 - stable