From a9113c8beb4d2b837ad192035b4ae3d6adbcc4ee Mon Sep 17 00:00:00 2001 From: Anatoly Pashin Date: Thu, 31 Oct 2024 16:34:04 +0700 Subject: [PATCH] CI: test on valkey --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ae5f8..a9ced54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,14 @@ jobs: - '8.1' - '8.2' - '8.3' - redis-version: - - 3 - - 7 + kv-storage: + - redis:3 + - redis:7 + - valkey/valkey:8 services: redis: - image: redis:${{ matrix.redis-version }} + image: ${{ matrix.kv-storage }} options: >- --health-cmd "redis-cli ping" --health-interval 10s