1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

test: redis-version to 7.2-rc1 (#2532)

* test: redis-version to 7.2-rc1

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
Monkey
2023-04-12 20:17:10 +08:00
committed by GitHub
parent a42ba14851
commit 6edb1529ff
4 changed files with 34 additions and 16 deletions

View File

@ -20,7 +20,7 @@ jobs:
services:
redis:
image: redis
image: redis:7.2-rc
options: >-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports: