From 2556b768247ecd0155704ea1bbdb8dbe74b8555c Mon Sep 17 00:00:00 2001 From: monkey92t Date: Thu, 5 Jan 2023 19:19:08 +0800 Subject: [PATCH 1/3] test(action): add tests to the v8 branch Signed-off-by: monkey92t --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8369e14..0642f68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [master] + branches: [master, v8] pull_request: - branches: [master] + branches: [master, v8] jobs: build: From 92fb134b812900f1c2c99a81a07a07a8fd6da0f3 Mon Sep 17 00:00:00 2001 From: monkey92t Date: Thu, 5 Jan 2023 19:20:57 +0800 Subject: [PATCH 2/3] test: update the go version of the v8 branch test 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 0642f68..3c06d92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.17.x, 1.18.x] + go-version: [1.18.x, 1.19.x] services: redis: From 57918584b8e7840c6450d6df3a479208eb77bba4 Mon Sep 17 00:00:00 2001 From: monkey92t Date: Fri, 6 Jan 2023 01:35:23 +0800 Subject: [PATCH 3/3] 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: