From 914d92e54570b0f6e1a8a3d9067f15d0907f0dc1 Mon Sep 17 00:00:00 2001 From: shibafu Date: Thu, 3 Dec 2020 21:20:23 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=A7=E3=82=AB=E3=83=90=E3=83=AC=E3=83=83?= =?UTF-8?q?=E3=82=B8=E5=8F=96=E3=82=8A=E3=81=AB=E4=BD=BF=E7=94=A8=E3=81=99?= =?UTF-8?q?=E3=82=8BXdebug=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E8=90=BD=E3=81=A8=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a910eb..8426eaa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,6 +24,7 @@ commands: - checkout - run: sudo apt update - run: sudo apt install -y libpq-dev + - run: sudo pecl install -f xdebug-2.9.8 && sudo docker-php-ext-enable xdebug - run: sudo docker-php-ext-install zip - run: sudo docker-php-ext-install pdo_pgsql - run: