forked from mirror/redis
test(github-action): update v8 test services-redis version, to redis6
Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
parent
92fb134b81
commit
57918584b8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue