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 fa3b396
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 @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 120

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: camptocamp/initialise-gopass-summon-action@v2
with:
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 fa3b396

Please sign in to comment.