We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a44c3 commit e2b0ab8Copy full SHA for e2b0ab8
ci/docker_install.sh
@@ -11,6 +11,7 @@ apt-get install git -yqq
11
apt-get install wget -yqq
12
13
pecl install xdebug && docker-php-ext-enable xdebug
14
+docker-php-ext-install zip && docker-php-ext-enable zip
15
16
# Install phpunit, the tool that we will use for testing
17
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
0 commit comments