aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-06-08 10:58:16 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-06-08 10:58:16 +0200
commit1843560ee69655de615912c4eac5ec8dce921830 (patch)
tree5f04d1e60ff9db5bfd53db088f3659995dda1327 /ci/run_tests.sh
parentc187c94e65256156d002931085879b0f9b1f0b99 (diff)
downloadfietsboek-1843560ee69655de615912c4eac5ec8dce921830.tar.gz
fietsboek-1843560ee69655de615912c4eac5ec8dce921830.tar.bz2
fietsboek-1843560ee69655de615912c4eac5ec8dce921830.zip
update CI image to bookwormpostgres-support
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh2
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