Skip to content

Commit eab0f93

Browse files
committed
Add required extensions for phpunit and phpcs to work on CI
Signed-off-by: William Desportes <[email protected]>
1 parent a7f41d7 commit eab0f93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
php-version: ${{ matrix.php-version }}
3131
# phar, json and curl are used by composer
3232
# json is used by testing code
33-
# tokenizer is used by phpcs
34-
extensions: none, mbstring, phar, json, tokenizer
33+
# dom, json, mbstring, libxml, xml, xmlwriter are used by phpunit
34+
# tokenizer, xmlwriter and simplexml are used by phpcs
35+
extensions: none, mbstring, phar, json, curl, tokenizer, xml, xmlwriter, simplexml, libxml, dom
3536
coverage: xdebug
3637
- name: Get Composer Cache Directory
3738
id: composer-cache

0 commit comments

Comments
 (0)