Skip to content

Commit

Permalink
Add required extensions for phpunit and phpcs to work on CI
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 12, 2021
1 parent a7f41d7 commit eab0f93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
php-version: ${{ matrix.php-version }}
# phar, json and curl are used by composer
# json is used by testing code
# tokenizer is used by phpcs
extensions: none, mbstring, phar, json, tokenizer
# dom, json, mbstring, libxml, xml, xmlwriter are used by phpunit
# tokenizer, xmlwriter and simplexml are used by phpcs
extensions: none, mbstring, phar, json, curl, tokenizer, xml, xmlwriter, simplexml, libxml, dom
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit eab0f93

Please sign in to comment.