Use PostgreSQL 12 when testing against Django main

pull/8544/head
Sage Abdullah 2022-05-20 10:35:02 +07:00 zatwierdzone przez Matt Westcott
rodzic 03ce6ea046
commit 93c9103d8a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ jobs:
- python: '3.10'
django: 'git+https://github.com/django/django.git@main#egg=Django'
experimental: true
postgres: 'postgres:11'
postgres: 'postgres:12'
services:
postgres: