Skip to content

Commit

Permalink
Update static-code-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jun 28, 2024
1 parent e6ec19c commit 5da8849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: Execute static code analysis
run: vendor/bin/phpstan analyse src --level 9 --error-format=github --no-progress --no-ansi
run: vendor/bin/phpstan analyse src --level 8 --error-format=github --no-progress --no-ansi

0 comments on commit 5da8849

Please sign in to comment.