Skip to content

Commit 0cc90ab

Browse files
authored
Merge pull request #86 from dmanto/postgres-ci-fix
use backward compatible md5 password auth, fixes #85
2 parents 2d99947 + 4d99703 commit 0cc90ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
image: postgres
2525
env:
2626
POSTGRES_PASSWORD: postgres
27+
POSTGRES_INITDB_ARGS: --auth-host=md5
2728
steps:
2829
- uses: actions/checkout@v2
2930
- name: perl -V

0 commit comments

Comments
 (0)