We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd9a3c commit a8e3298Copy full SHA for a8e3298
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
27
services:
28
postgres:
29
- image: postgres:13-alpine
+ image: postgres:14-alpine
30
env:
31
POSTGRES_USER: ${{ env.POSTGRES_USER }}
32
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
docker-compose.yml
@@ -1,6 +1,6 @@
1
2
3
4
environment:
5
POSTGRES_HOST_AUTH_METHOD: trust
6
POSTGRES_DB: modelutils
0 commit comments