diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f438263..90b0682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: with: php-version: '8.4' extensions: intl, sodium, gd, mysqli, curl, fileinfo, json, dom, simplexml, mbstring, zip, redis, memcached, apcu - coverage: pcov - ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1 + coverage: xdebug + ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1, xdebug.mode="develop,coverage" - name: Validate composer.json run: composer validate --no-check-publish - name: Install dependencies