Skip to content

Commit 78c97fd

Browse files
committed
Just use the latest version of postgresql
1 parent ca0e768 commit 78c97fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/ci-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ runs:
136136
if: ${{ inputs.use_docker != 'true' }}
137137
shell: bash
138138
run: |
139-
export PG_VER=14
139+
export PG_VER=$(ls /etc/postgresql | sort -r | head - 1)
140140
sudo sh -c "echo host all all 127.0.0.1/32 trust > /etc/postgresql/$PG_VER/main/pg_hba.conf"
141141
sudo sh -c "echo local all all trust >> /etc/postgresql/$PG_VER/main/pg_hba.conf"
142142

0 commit comments

Comments
 (0)