From ad8e45230d15075a1613e5908d745c1876ee74d4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 13 Aug 2024 09:46:41 +0200 Subject: [PATCH] chore: bump postgis in the CI So to bump PostgreSQL to 13, and make Django 5.1 happy --- .github/workflows/test-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index d9ca31c4..9a564c70 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgis/postgis:12-2.5 + image: postgis/postgis:13-3.4 ports: - 5432:5432 env: