Skip to content

Commit 2636824

Browse files
committed
Added yaml, zip, curl PHP extensions in test github action
1 parent fed5f6a commit 2636824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php-version }}
24+
extensions: yaml, zip, curl
2425
env:
2526
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627

0 commit comments

Comments
 (0)