diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-03 13:17:01 +0200 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-03 17:12:57 -0400 |
| commit | 5bd775703c361d05458f1d81684500705d0f51ea (patch) | |
| tree | d5465d30e9086e935241689ae3d0442b8198c04e /.github | |
| parent | 2514857e3fae831106832cca8823237801cf2cad (diff) | |
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/selenium.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index ed3b6b9428..c4d559ec95 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -104,7 +104,7 @@ jobs: name: Selenium tests, PostgreSQL services: postgres: - image: postgres:14-alpine + image: postgres:15-alpine env: POSTGRES_DB: django POSTGRES_USER: user diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index 9348a3550a..9cb71c9143 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -43,7 +43,7 @@ jobs: name: PostgreSQL services: postgres: - image: postgres:14-alpine + image: postgres:15-alpine env: POSTGRES_DB: django POSTGRES_USER: user |
