We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca9bf5 commit 4ffb2ceCopy full SHA for 4ffb2ce
.github/workflows/ci.yml
@@ -43,8 +43,8 @@ jobs:
43
run: |
44
sudo apt-get update
45
sudo apt-get install -y postgresql
46
- sudo sed -i "s/scram-sha-256/trust/" /etc/postgresql/14/main/pg_hba.conf
47
- sudo cat /etc/postgresql/14/main/pg_hba.conf
+ sudo sed -i "s/scram-sha-256/trust/" /etc/postgresql/16/main/pg_hba.conf
+ sudo cat /etc/postgresql/16/main/pg_hba.conf
48
sudo service postgresql restart && sleep 3
49
echo BUTANE_PG_CONNSTR="host=localhost user=postgres sslmode=disable port=5432" >> $GITHUB_ENV
50
- name: Setup postgres on MacOS
0 commit comments