From b15faf5de3039fd6f940baefb8eb0e2857a0e6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:54:50 +0000 Subject: [PATCH] Bump mheap/phpunit-matcher-action Bumps [mheap/phpunit-matcher-action](https://github.com/mheap/phpunit-matcher-action) from d4addb24dfdb70604a164bc0efa3b5117e84e0bc to d9998831c44d6db0c9b268015932776807aefc11. - [Release notes](https://github.com/mheap/phpunit-matcher-action/releases) - [Commits](https://github.com/mheap/phpunit-matcher-action/compare/d4addb24dfdb70604a164bc0efa3b5117e84e0bc...d9998831c44d6db0c9b268015932776807aefc11) --- updated-dependencies: - dependency-name: mheap/phpunit-matcher-action dependency-version: d9998831c44d6db0c9b268015932776807aefc11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d61c942..34a00b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: --prefer-lowest - name: Configure matchers - uses: mheap/phpunit-matcher-action@d4addb24dfdb70604a164bc0efa3b5117e84e0bc + uses: mheap/phpunit-matcher-action@d9998831c44d6db0c9b268015932776807aefc11 - name: PHPUnit run: vendor/bin/phpunit