1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

test(github-action): update v8 test services-redis version, to redis6

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
monkey92t 2023-01-06 01:35:23 +08:00
parent 92fb134b81
commit 57918584b8

View File

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