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 9348a3550a..9cb71c9143 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -43,7 +43,7 @@ jobs: name: PostgreSQL services: postgres: - image: postgres:14-alpine + image: postgres:15-alpine env: POSTGRES_DB: django POSTGRES_USER: user |
