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 | |
| parent | 2c6ebb65c9eb6b11347d907127b82d31e04569e5 (diff) | |
Refs #34851 -- Used PostgreSQL 13 for selenium tests.
Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5.
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 ee1bea4e57..575febfb30 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 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 |
