Add a few more PHP extensions into the automated tests
This commit is contained in:
parent
0849720494
commit
a91fa3f5ff
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: ${{ matrix.phpVersions }}
|
||||
extension-csv: mbstring, intl
|
||||
extension-csv: mbstring, intl, gd, xml
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-interaction --no-progress --no-suggest --no-scripts
|
||||
- name: Reset October modules and library
|
||||
|
|
|
|||
Loading…
Reference in New Issue