1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

Refs #34851 -- Used PostgreSQL 13 for selenium tests.

Follow up to 2c6ebb65c9.
This commit is contained in:
Mariusz Felisiak 2023-09-21 08:10:51 +02:00 committed by GitHub
parent 2c6ebb65c9
commit cfe27544df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
name: Selenium tests, PostgreSQL name: Selenium tests, PostgreSQL
services: services:
postgres: postgres:
image: postgres:12-alpine image: postgres:13-alpine
env: env:
POSTGRES_DB: django POSTGRES_DB: django
POSTGRES_USER: user POSTGRES_USER: user

View File

@ -41,7 +41,7 @@ jobs:
name: PostgreSQL name: PostgreSQL
services: services:
postgres: postgres:
image: postgres:12-alpine image: postgres:13-alpine
env: env:
POSTGRES_DB: django POSTGRES_DB: django
POSTGRES_USER: user POSTGRES_USER: user