Skip to content

Commit eabb78d

Browse files
committed
Add phar extension for composer to work on CI
Signed-off-by: William Desportes <[email protected]>
1 parent eb5e3cf commit eabb78d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php-version }}
31-
extensions: none, mbstring
31+
# phar is used by composer
32+
extensions: none, mbstring, phar
3233
coverage: xdebug
3334
- name: Get Composer Cache Directory
3435
id: composer-cache

0 commit comments

Comments
 (0)