Skip to content

Commit

Permalink
Run PHPStan on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Oct 14, 2021
1 parent 80ef937 commit 7c98267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
# No deprecated errors
ini-values: memory_limit=-1, error_reporting=24575

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down

0 comments on commit 7c98267

Please sign in to comment.