Skip to content

Commit 9298502

Browse files
committed
Update CI matrix
1 parent 65e13bb commit 9298502

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
strategy:
1515
matrix:
1616
postgresql-image:
17-
- postgres:10
18-
- postgres:11
19-
- postgres:12
2017
- postgres:13
2118
- postgres:14
19+
- postgres:15
20+
- postgres:16
21+
- postgres:17
22+
- postgres:18
2223
runs-on: ubuntu-latest
2324
steps:
2425
- name: Checkout code

0 commit comments

Comments
 (0)