From b32f2e12bf32f8a71b5434c5c1ca56b4eb7c6ddd Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 21 Jul 2026 08:21:52 +0200 Subject: [PATCH 1/2] Fix PHPStan not using result cache --- .github/workflows/coding-conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-conventions.yml b/.github/workflows/coding-conventions.yml index caa33aaf4..d0bcd7c74 100644 --- a/.github/workflows/coding-conventions.yml +++ b/.github/workflows/coding-conventions.yml @@ -63,7 +63,7 @@ jobs: phpstan-result-cache- - name: Run PHPStan - run: vendor/bin/phpstan --error-format=github + run: vendor/bin/phpstan --error-format=github -vv - name: Save PHPStan result cache uses: actions/cache/save@v4 From cb83fef58ae6bee0e15e4e067bc6c84236a4e96d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 21 Jul 2026 11:48:31 +0200 Subject: [PATCH 2/2] trigger a 2nd run, which might re-use the cache from the 1st commit --- .github/workflows/coding-conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-conventions.yml b/.github/workflows/coding-conventions.yml index d0bcd7c74..2d5982c35 100644 --- a/.github/workflows/coding-conventions.yml +++ b/.github/workflows/coding-conventions.yml @@ -63,7 +63,7 @@ jobs: phpstan-result-cache- - name: Run PHPStan - run: vendor/bin/phpstan --error-format=github -vv + run: vendor/bin/phpstan --error-format=github -vv - name: Save PHPStan result cache uses: actions/cache/save@v4