Skip to content

Commit

Permalink
#124 enabling curl extension in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 12, 2022
1 parent c09155c commit 8641d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '5.6'
extensions: mbstring, xml
extensions: mbstring, xml, curl
tools: phpunit, composer

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit 8641d9b

Please sign in to comment.