mirror of
https://github.com/Hopiu/django.git
synced 2026-03-16 22:10:24 +00:00
Refs #34851 -- Used PostgreSQL 13 for selenium tests.
Follow up to 2c6ebb65c9.
This commit is contained in:
parent
2c6ebb65c9
commit
cfe27544df
2 changed files with 2 additions and 2 deletions
2
.github/workflows/schedule_tests.yml
vendored
2
.github/workflows/schedule_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/selenium.yml
vendored
2
.github/workflows/selenium.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
name: PostgreSQL
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12-alpine
|
||||
image: postgres:13-alpine
|
||||
env:
|
||||
POSTGRES_DB: django
|
||||
POSTGRES_USER: user
|
||||
|
|
|
|||
Loading…
Reference in a new issue