Skip to content

Commit b169369

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

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- uses: camptocamp/initialise-gopass-summon-action@v2
18+
- uses: camptocamp/initialise-gopass-summon-action@v4
1919
with:
2020
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
2121
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}

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)