Skip to content

Commit 1fa8998

Browse files
committed
Always use latest postgres
1 parent 2dcd7f8 commit 1fa8998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
services:
77
postgres:
8-
image: postgres:12.3
8+
image: postgres:latest
99
env:
1010
POSTGRES_USER: postgres
1111
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)