Skip to content

Commit

Permalink
Update workflows to use PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Jan 3, 2024
1 parent 0458364 commit 31bf2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31bf2a1

Please sign in to comment.