forked from mirror/redis
Merge pull request #2341 from monkey92t/v8
test(action): add tests to the v8 branch
This commit is contained in:
commit
6c688c7e9f
|
@ -2,9 +2,9 @@ name: Go
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, v8]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, v8]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -13,11 +13,11 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.17.x, 1.18.x]
|
||||
go-version: [1.18.x, 1.19.x]
|
||||
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue