From be1ac417de57aa7430f53cb283dbd660403767d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Wed, 1 Jul 2020 16:44:13 +0200 Subject: [PATCH] Add php ext sockets (#94) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b1917d..cc9850b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,8 @@ jobs: if: env.COVERAGE == '1' run: | pecl install pcov-$EXT_PCOV_VERSION - docker-php-ext-enable pcov + docker-php-ext-install sockets + docker-php-ext-enable pcov sockets - name: Install Composer run: curl -sS -o - https://raw.githubusercontent.com/composer/getcomposer.org/ba13e3fc70f1c66250d1ea7ea4911d593aa1dba5/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet