From cfe27544dfa762a5cdebcdbfe749c0ee55d0393d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 21 Sep 2023 08:10:51 +0200 Subject: Refs #34851 -- Used PostgreSQL 13 for selenium tests. Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5. --- .github/workflows/selenium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/selenium.yml') diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index e1a1ec2cd6..57f84ff821 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 -- cgit v1.3