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:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis:6.2.8
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue