Ensure necessary PHP extensions are installed with unit tests

This commit is contained in:
Ben Thomson 2019-11-28 09:25:10 +08:00
parent e9abdf7783
commit c70af0ec64
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87

View File

@ -23,6 +23,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.phpVersions }}
extension-csv: mbstring, intl
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --no-suggest
- name: Reset October modules and library