From cfe27544dfa762a5cdebcdbfe749c0ee55d0393d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 21 Sep 2023 08:10:51 +0200 Subject: [PATCH] Refs #34851 -- Used PostgreSQL 13 for selenium tests. Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5. --- .github/workflows/schedule_tests.yml | 2 +- .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 ee1bea4e57a..575febfb307 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -76,7 +76,7 @@ jobs: name: Selenium tests, PostgreSQL services: postgres: - image: postgres:12-alpine + image: postgres:13-alpine env: POSTGRES_DB: django POSTGRES_USER: user diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index e1a1ec2cd63..57f84ff8210 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -41,7 +41,7 @@ jobs: name: PostgreSQL services: postgres: - image: postgres:12-alpine + image: postgres:13-alpine env: POSTGRES_DB: django POSTGRES_USER: user