Skip to content

Commit 72abc53

Browse files
committed
Fix CI matrix
1 parent d33528a commit 72abc53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ jobs:
2121
postgis: [3.5, 3.6]
2222
pgrouting: ['3.7', '3.8', '4.0', 'main', 'develop']
2323
exclude:
24-
- postgres: 14
24+
- postgres: 18
25+
postgis: 3.5
26+
- postgres: 17
27+
postgis: 3.6
28+
- postgres: 16
2529
postgis: 3.6
2630
- postgres: 15
2731
postgis: 3.6
28-
- postgres: 16
32+
- postgres: 14
2933
postgis: 3.6
3034

3135
name: Build Docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}

0 commit comments

Comments
 (0)