mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Use postgres 14
This commit is contained in:
parent
edd9a3c3c3
commit
a8e3298260
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:14-alpine
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: ${{ env.POSTGRES_USER }}
|
POSTGRES_USER: ${{ env.POSTGRES_USER }}
|
||||||
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
|
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:14-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
POSTGRES_DB: modelutils
|
POSTGRES_DB: modelutils
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue