Skip to content

Commit a7f41d7

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

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

0 commit comments

Comments
 (0)