Skip to content

Commit a8e3298

Browse files
committed
Use postgres 14
1 parent edd9a3c commit a8e3298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
services:
2828
postgres:
29-
image: postgres:13-alpine
29+
image: postgres:14-alpine
3030
env:
3131
POSTGRES_USER: ${{ env.POSTGRES_USER }}
3232
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:13-alpine
3+
image: postgres:14-alpine
44
environment:
55
POSTGRES_HOST_AUTH_METHOD: trust
66
POSTGRES_DB: modelutils

0 commit comments

Comments
 (0)