diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa9bfb7..58e8a4ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,11 +77,11 @@ jobs: matrix: os: [ ubuntu-latest ] pyver: [ "3.10", "3.11", "3.12", "3.13", "pypy-3.10" ] - redisstack: [ "latest" ] + redisstack: [ "redis/redis-stack:latest", "redis:8.4.0" ] fail-fast: false services: redis: - image: redis/redis-stack:${{ matrix.redisstack }} + image: ${{ matrix.redisstack }} ports: # Maps port 6379 on service container to the host - 6379:6379