Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Apr 7, 2024
1 parent 9d7fdb5 commit 7bdce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: vendor/bin/phpunit

- name: Run PhpStan Analyse Code
run: vendor/bin/phpstan analyse --level=7 src
run: vendor/bin/phpstan analyse --level=8 src

- name: Run PhpStan Analyse Code
run: vendor/bin/phpstan analyse --level=5 tests

0 comments on commit 7bdce82

Please sign in to comment.