fix CI workflow / xdebug

This commit is contained in:
Milos Stojanovic
2020-12-18 15:32:50 +01:00
parent f3b75f72c1
commit 41e34d5fe0

View File

@@ -20,6 +20,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, zip, sqlite3
coverage: xdebug
- name: Install dependencies
run: composer install --no-interaction