Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jan 21, 2024
1 parent ebebb9b commit 54eb354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3
with:
php_extensions: xdebug
php_extensions: xdebug dom fileinfo filter libxml xmlreader zip gd
args: --coverage-text
env:
XDEBUG_MODE: coverage

0 comments on commit 54eb354

Please sign in to comment.