Add dom extension
Cette révision appartient à :
Parent
4c7f3816f8
révision
56efd83f2c
4
.github/workflows/php.yml
externe
4
.github/workflows/php.yml
externe
@ -21,7 +21,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extension-csv: mbstring
|
||||
extension-csv: mbstring, dom
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: 7.4
|
||||
extension-csv: mbstring, xdebug
|
||||
extension-csv: mbstring, xdebug, dom
|
||||
coverage: xdebug
|
||||
|
||||
- name: Install dependencies
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user