Updated to latest swoole and pdo_sqlsrv versions which are compatible with PHP8

This commit is contained in:
Alejandro Celaya
2020-10-16 19:28:57 +02:00
parent cbc9f1257d
commit e7bccb088d
4 changed files with 6 additions and 6 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.5.2 pcov
- yes | pecl install pdo_sqlsrv-5.9.0preview1 swoole-4.5.5 pcov
install:
- composer self-update