From e236bf3821a791bb24f9ef9c5ad410ebcb6515db Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 27 Nov 2021 19:51:58 +0000 Subject: [PATCH] chore: runs static workflows on php81 --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e13355b2..dec531a2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -40,7 +40,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 tools: composer:v2 coverage: none @@ -48,4 +48,4 @@ jobs: run: composer update --prefer-stable --no-interaction --no-progress - name: Run PHPStan - run: vendor/bin/phpstan analyse --no-progress + run: vendor/bin/phpstan analyse --no-progress --debug