From 162218926d1b3b88e9ee664d8fd965298378788d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Tue, 28 Nov 2023 05:25:30 +0100 Subject: [PATCH] GitHub Actions: run PHPStan on PHP 8.1 --- .github/workflows/coding-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 18ca3f6..1a8c1e2 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -41,7 +41,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: 8.1 tools: composer:v2 extensions: uopz