From 5ce89f3265dcbd00feceb5a3c92206763354bf63 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Wed, 7 Aug 2019 09:17:25 +0700 Subject: [PATCH] test on php7.3 and build sockets --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b496b8..fa604de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ -image: php:7.2-cli +image: php:7.3-cli before_script: - apt-get update - - apt-get install --no-install-recommends -y git curl unzip pandoc php7.2-sockets + - apt-get install --no-install-recommends -y git curl unzip pandoc + - docker-php-ext-install -j$(nproc) sockets - '[[ ! -f composer.phar ]] && curl -sS https://getcomposer.org/installer | php --' - php ./composer.phar install