From 23239cce0f913c7abd1f947aa0492d0301a362e2 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Tue, 14 Jan 2020 14:51:18 +0100
Subject: [PATCH] test for ci

---
 ci/docker_install_php.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker_install_php.sh b/ci/docker_install_php.sh
index 607f009d6fb..3624257821e 100755
--- a/ci/docker_install_php.sh
+++ b/ci/docker_install_php.sh
@@ -6,7 +6,7 @@
 set -xe
 
 apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \
-&& docker-php-ext-configure pdo_pgsql --with-pgsql \
+&& docker-php-ext-configure pdo_pgsql --with-pdo-pgsql \
 && docker-php-ext-install pdo_pgsql xsl \
 && pecl install xdebug-2.7.0RC2 \
 && docker-php-ext-enable xdebug \
-- 
GitLab