Skip to content

Commit fa3b396

Browse files
committed
feat: add PostgreSQL 17 with PostGIS 3
1 parent 318579e commit fa3b396

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 120
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- uses: camptocamp/initialise-gopass-summon-action@v2
1919
with:

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define build-image
2020
docker system prune --all -f
2121
endef
2222

23-
all: 10 11 12 13 14 15 16
23+
all: 10 11 12 13 14 15 16 17
2424

2525
10:
2626
$(call build-image,"10","3","bullseye")
@@ -42,3 +42,6 @@ all: 10 11 12 13 14 15 16
4242

4343
16:
4444
$(call build-image,"16","3","bookworm")
45+
46+
17:
47+
$(call build-image,"17","3","bookworm")

0 commit comments

Comments
 (0)