Skip to content

Commit

Permalink
Added yaml, zip, curl PHP extensions in test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 2, 2021
1 parent fed5f6a commit 2636824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: yaml, zip, curl
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2636824

Please sign in to comment.