Skip to content

Commit

Permalink
Raise PHPStan Level from 0 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed May 23, 2024
1 parent 29d541e commit 77af24d
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 @@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
uses: ramsey/composer-install@v2
- name: Run PHPStan
run: ./vendor/bin/phpstan analyze src --level 0
run: ./vendor/bin/phpstan analyze src --level 5
test:
name: "Run Tests on PHP ${{ matrix.php }} against RabbitMQ ${{ matrix.rabbitmq }} (Composer: ${{ matrix.composer }}; TLS: ${{ matrix.ssl_test }})"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77af24d

Please sign in to comment.