Skip to content

Commit

Permalink
Add curl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 14, 2025
1 parent f553bfb commit 1e970d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
php_extensions: "xdebug mbstring xml"
php_extensions: "xdebug mbstring xml curl"
configuration: "./phpunit.xml"
coverage_clover: "coverage.xml"
version: "11.5.3"
Expand Down

0 comments on commit 1e970d5

Please sign in to comment.