Merge pull request #2341 from monkey92t/v8

test(action): add tests to the v8 branch
This commit is contained in:
Monkey 2023-01-06 01:50:19 +08:00 committed by GitHub
commit 6c688c7e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: Go
on: on:
push: push:
branches: [master] branches: [master, v8]
pull_request: pull_request:
branches: [master] branches: [master, v8]
jobs: jobs:
build: build:
@ -13,11 +13,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [1.17.x, 1.18.x] go-version: [1.18.x, 1.19.x]
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: