From 327c4e40ada6c43ec469254ab6f5d9d2fac9ed6f Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 30 Mar 2022 10:19:58 -0400 Subject: [PATCH] Fix matcher setup Don't use a now unstable image when we should be able to use a one-liner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |