Skip to content

Commit 168fad9

Browse files
committed
dev: update build matrix
1 parent 92f433c commit 168fad9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
go:
17-
- '1.12'
18-
- '1.19'
17+
- '1.22'
1918
postgis:
20-
- '9.5-2.5'
21-
- '9.5-3.0'
22-
- '10-2.5'
23-
- '10-3.0'
24-
- '10-3.1'
25-
- '10-3.2'
26-
- '14-3.1'
19+
- '12-3.0'
20+
- '13-3.1'
2721
- '14-3.2'
22+
- '15-3.3'
23+
- '16-3.4'
2824

2925
services:
3026
postgres:

0 commit comments

Comments
 (0)