Updated to latest docker

This commit is contained in:
Alejandro Celaya
2020-08-09 11:13:14 +02:00
parent e0760c371a
commit c708df2029
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ before_install:
- phpenv config-rm xdebug.ini || return 0
- sudo ./data/infra/ci/install-ms-odbc.sh
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_ms shlink_db shlink_db_postgres shlink_db_maria
- yes | pecl install pdo_sqlsrv swoole-4.4.18
- yes | pecl install pdo_sqlsrv swoole-4.5.2
install:
- composer self-update