Skip to content

Commit f642c21

Browse files
committed
Test different PostgreSQL versions
1 parent 668214b commit f642c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
services:
1212
postgres:
13-
image: postgres:11
13+
image: postgres:${{matrix.postgres}}
1414
env:
1515
POSTGRES_USER: postgres
1616
POSTGRES_PASSWORD: postgres
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
go: ['1.17', '1.16', '1.15', '1.14', '1.13']
25+
postgres: ['11', '10']
2526
steps:
2627
- uses: actions/[email protected]
2728
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)