diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/run_tests.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index adf69b7..200f794 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -3,7 +3,7 @@ set -euxo pipefail  DB=$1 -PPATH="/usr/lib/postgresql/13/bin/" +PPATH="/usr/lib/postgresql/15/bin/"  setup_postgres() {      apt update  | 
