Skip to content

Commit 6c688c7

Browse files
authored
Merge pull request #2341 from monkey92t/v8
test(action): add tests to the v8 branch
2 parents 6a0c421 + 5791858 commit 6c688c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, v8]
66
pull_request:
7-
branches: [master]
7+
branches: [master, v8]
88

99
jobs:
1010
build:
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go-version: [1.17.x, 1.18.x]
16+
go-version: [1.18.x, 1.19.x]
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)