Skip to content

Commit

Permalink
Try to fix one warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 14, 2025
1 parent 1e970d5 commit af7b14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: php-actions/composer@v6 # or alternative dependency management
- name: PHPUnit tests
uses: php-actions/phpunit@v3
env:
XDEBUG_MODE: coverage
with:
php_extensions: "xdebug mbstring xml curl"
configuration: "./phpunit.xml"
Expand Down

0 comments on commit af7b14c

Please sign in to comment.