Skip to content

Commit

Permalink
Just use the latest version of postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 2, 2024
1 parent ca0e768 commit 1a249f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ runs:
if: ${{ inputs.use_docker != 'true' }}
shell: bash
run: |
export PG_VER=14
export PG_VER=$(ls /etc/postgresql | sort -r | head -1)
sudo sh -c "echo host all all 127.0.0.1/32 trust > /etc/postgresql/$PG_VER/main/pg_hba.conf"
sudo sh -c "echo local all all trust >> /etc/postgresql/$PG_VER/main/pg_hba.conf"
Expand Down

0 comments on commit 1a249f5

Please sign in to comment.