From 64988c505f063a417a072ab981953d5d793b9fe8 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sat, 31 Jan 2026 20:29:36 +0900 Subject: [PATCH] Set the rule level of PHPStan to 4 --- .github/workflows/phpstan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index acccd5b..22e5676 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -13,9 +13,9 @@ jobs: runs-on: 'ubuntu-latest' strategy: matrix: - level: [ 3, 4 ] + level: [ 4, 5 ] include: - - current-level: 3 + - current-level: 4 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1