Skip to content

Commit 08a60c0

Browse files
committed
Added zip and curl PHP extension for test in github action
1 parent 1912f83 commit 08a60c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)