Skip to content

Commit

Permalink
Add curl and tokenizer extension for composer and testing code to wor…
Browse files Browse the repository at this point in the history
…k on CI

Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed Sep 12, 2021
1 parent 7961c1c commit a7f41d7
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 @@ -28,9 +28,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
# phar and json is used by composer
# phar, json and curl are used by composer
# json is used by testing code
extensions: none, mbstring, phar, json
# tokenizer is used by phpcs
extensions: none, mbstring, phar, json, tokenizer
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit a7f41d7

Please sign in to comment.