We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e768 commit 78c97fdCopy full SHA for 78c97fd
1 file changed
.github/actions/ci-tests/action.yml
@@ -136,7 +136,7 @@ runs:
136
if: ${{ inputs.use_docker != 'true' }}
137
shell: bash
138
run: |
139
- export PG_VER=14
+ export PG_VER=$(ls /etc/postgresql | sort -r | head - 1)
140
sudo sh -c "echo host all all 127.0.0.1/32 trust > /etc/postgresql/$PG_VER/main/pg_hba.conf"
141
sudo sh -c "echo local all all trust >> /etc/postgresql/$PG_VER/main/pg_hba.conf"
142
0 commit comments