Skip to content

Commit

Permalink
github action: remove xdebug to improve unit-testing performance
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Apr 19, 2024
1 parent 92be8c2 commit e6b19d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, xdebug, curl, dom, fileinfo, gd, iconv, intl, json, xml, mbstring, pdo, phar, zip, sodium, pdo_mysql
extensions: mbstring, curl, dom, fileinfo, gd, iconv, intl, json, xml, mbstring, pdo, phar, zip, sodium, pdo_mysql
tools: composer:2.2
coverage: none # we should implement code-coverage-report in the future if we have more tests for everything

- name: "Check PHP Version"
run: php -v
Expand Down

0 comments on commit e6b19d5

Please sign in to comment.