From 57918584b8e7840c6450d6df3a479208eb77bba4 Mon Sep 17 00:00:00 2001 From: monkey92t Date: Fri, 6 Jan 2023 01:35:23 +0800 Subject: [PATCH] test(github-action): update v8 test services-redis version, to redis6 Signed-off-by: monkey92t --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c06d92..81b9c64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: