From b049bec7cfe9b5854584d240addb44fa1e9375a5 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 24 May 2024 21:23:50 +0200 Subject: Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. --- .github/workflows/schedule_tests.yml | 4 ++-- .github/workflows/selenium.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index c4523af4a0..8b1f01ad86 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -90,7 +90,7 @@ jobs: continue-on-error: true services: postgres: - image: postgres:13-alpine + image: postgres:14-alpine env: POSTGRES_DB: django POSTGRES_USER: user @@ -163,7 +163,7 @@ jobs: name: Selenium tests, PostgreSQL services: postgres: - image: postgres:13-alpine + image: postgres:14-alpine env: POSTGRES_DB: django POSTGRES_USER: user diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index fa916a0ded..7e46e0cfb1 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -43,7 +43,7 @@ jobs: name: PostgreSQL services: postgres: - image: postgres:13-alpine + image: postgres:14-alpine env: POSTGRES_DB: django POSTGRES_USER: user -- cgit v1.3