Skip to content

Commit

Permalink
Add json extension for composer and testing code to work on CI
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed Sep 12, 2021
1 parent eabb78d commit 7961c1c
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,8 +28,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
# phar is used by composer
extensions: none, mbstring, phar
# phar and json is used by composer
# json is used by testing code
extensions: none, mbstring, phar, json
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 7961c1c

Please sign in to comment.