Skip to content

Commit 7961c1c

Browse files
committed
Add json extension for composer and testing code to work on CI
Signed-off-by: William Desportes <[email protected]>
1 parent eabb78d commit 7961c1c

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
@@ -28,8 +28,9 @@ jobs:
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php-version }}
31-
# phar is used by composer
32-
extensions: none, mbstring, phar
31+
# phar and json is used by composer
32+
# json is used by testing code
33+
extensions: none, mbstring, phar, json
3334
coverage: xdebug
3435
- name: Get Composer Cache Directory
3536
id: composer-cache

0 commit comments

Comments
 (0)