From fa3b39630b4c6dc09de094b5d80f5b055f97afe6 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 1 Oct 2024 09:08:04 +0200 Subject: [PATCH] feat: add PostgreSQL 17 with PostGIS 3 --- .github/workflows/ci.yaml | 2 +- Makefile | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1da9cb8..1f19535 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/Makefile b/Makefile index 825671b..b05d97f 100644 --- a/Makefile +++ b/Makefile @@ -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") @@ -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")