diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3149de..a9c5b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,9 @@ jobs: composer install fi - - name: Configure PHPUnit matcher + - name: Setup problem matchers for PHPUnit if: matrix.php-version == '7.4' - uses: mheap/phpunit-matcher-action@master + run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Run PHPUnit run: |