]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Just use the latest version of postgresql
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 2 Sep 2024 00:21:38 +0000 (18:21 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 2 Sep 2024 00:35:16 +0000 (18:35 -0600)
.github/actions/ci-tests/action.yml

index a00d43203a1e89a7132daaefa54a291ce8eb90d9..0ae809089e5d91ecd6750f6c3f6b1bb86065a130 100644 (file)
@@ -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"