We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bfcca commit 08c25c7Copy full SHA for 08c25c7
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
services:
9
postgres:
10
- image: postgres:10
+ image: postgres:12
11
env:
12
POSTGRES_USER: 'postgres'
13
POSTGRES_HOST_AUTH_METHOD: 'trust'
0 commit comments