Skip to content

Commit 67e7b41

Browse files
committed
tests: Test all combinations of Go and PostgreSQL
1 parent f642c21 commit 67e7b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2222
strategy:
2323
matrix:
24-
go: ['1.17', '1.16', '1.15', '1.14', '1.13']
25-
postgres: ['11', '10']
24+
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
25+
postgres: ['9.6', '10', '11', '12', '13']
2626
steps:
2727
- uses: actions/[email protected]
2828
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)