diff options
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 |
