Skip to content

Commit 5791858

Browse files
committed
test(github-action): update v8 test services-redis version, to redis6
Signed-off-by: monkey92t <[email protected]>
1 parent 92fb134 commit 5791858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
redis:
20-
image: redis
20+
image: redis:6.2.8
2121
options: >-
2222
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
2323
ports:

0 commit comments

Comments
 (0)