Ensure necessary PHP extensions are installed with unit tests
This commit is contained in:
parent
e9abdf7783
commit
c70af0ec64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue