Skip to content

Commit

Permalink
feat: add PostgreSQL 17 with PostGIS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Oct 1, 2024
1 parent 318579e commit b169369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: camptocamp/initialise-gopass-summon-action@v2
- uses: camptocamp/initialise-gopass-summon-action@v4
with:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define build-image
docker system prune --all -f
endef

all: 10 11 12 13 14 15 16
all: 10 11 12 13 14 15 16 17

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

16:
$(call build-image,"16","3","bookworm")

17:
$(call build-image,"17","3","bookworm")

0 comments on commit b169369

Please sign in to comment.