From a2c43bd0729a5fc06411a0a341b73ed7697bb490 Mon Sep 17 00:00:00 2001 From: Jan Pieter Waagmeester Date: Thu, 11 Apr 2024 21:06:56 +0200 Subject: [PATCH] Bump postgres in CI because django 5.1 requires at least 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4a5a0..22464c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12.8 + image: postgres:13.13 env: POSTGRES_USER: modeltrans POSTGRES_PASSWORD: modeltrans