From 4a1e11e6f773fb1656a7e975e3c6dea2a733e81c Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 26 Oct 2025 21:54:24 +0100 Subject: [PATCH] Enable integration test for more phpunit,deprecation-extensions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ccfa472..87577d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,13 +24,13 @@ jobs: matrix: extension-name: - "phpstan-doctrine" - #- "phpstan-phpunit" + - "phpstan-phpunit" #- "phpstan-mockery" #- "phpstan-symfony" #- "phpstan-nette" #- "phpstan-webmozart-assert" #- "phpstan-beberlei-assert" - #- "phpstan-deprecation-rules" + - "phpstan-deprecation-rules" #- "phpstan-dibi" #- "phpstan-strict-rules" #- "phpstan-src"