Archived
1
0
Fork 0

test on php7.3 and build sockets

This commit is contained in:
Alexander Yakovlev 2019-08-07 09:17:25 +07:00
parent d11fba773c
commit 5ce89f3265
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -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