From 8638367171e3ff936d90cdb3e2cae3ecf25c514c Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sun, 22 Nov 2020 19:29:23 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f08c8f93..ba812804 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,6 @@ jobs: steps: - name: Get latest code uses: actions/checkout@v2 - - - name: Setup Xdebug - uses: MilesChou/docker-xdebug@v1.0.0 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -23,7 +20,7 @@ jobs: php-version: ${{ matrix.php }} extensions: fileinfo, spl, json, dom, mbstring, xdebug tools: composer:v2 - coverage: none + coverage: xdebug - name: Setup Problem Matches run: |