github actions - add php extensions

This commit is contained in:
Milos Stojanovic
2019-12-25 15:16:59 +01:00
parent a186c89481
commit 05575d7441

View File

@@ -19,6 +19,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, zip
- name: Install dependencies
run: composer install --no-interaction