Skip to content

Commit

Permalink
GitHub Actions: run PHPStan on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Nov 28, 2023
1 parent 6ed7957 commit 1622189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1622189

Please sign in to comment.