mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-24 13:54:51 +03:00
Upgrade CI to PostgreSQL 14
This commit is contained in:
parent
35c455dbc5
commit
20120973ac
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:14
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user