diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-21 08:10:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 08:10:51 +0200 |
| commit | cfe27544dfa762a5cdebcdbfe749c0ee55d0393d (patch) | |
| tree | bf800cf99e67b1f4122657c4bc99b7176fd4c792 /.github/workflows/selenium.yml | |
| parent | 2c6ebb65c9eb6b11347d907127b82d31e04569e5 (diff) | |
Refs #34851 -- Used PostgreSQL 13 for selenium tests.
Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5.
Diffstat (limited to '.github/workflows/selenium.yml')
| -rw-r--r-- | .github/workflows/selenium.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
