Update workflows to use PHP 8.1

This commit is contained in:
Sebastian Meyer 2024-01-03 16:56:27 +01:00
parent 04583643e0
commit 31bf2a15a7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Environment
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
php-version: "8.1"
coverage: none
tools: phpmd

View File

@ -26,7 +26,7 @@ jobs:
uses: php-actions/composer@v6
with:
command: update
php_version: "8.0"
php_version: "8.1"
- name: Run PHPStan
uses: php-actions/phpstan@v3