Skip to content

Commit

Permalink
Update php_stan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 23, 2024
1 parent 1734a49 commit 647cdc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php_stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ jobs:
phpstan:
name: Run PHPStan
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
extensions: mbstring, zip, intl # Add necessary PHP extensions here

- name: Install Composer dependencies
run: composer install --no-progress --no-suggest --no-interaction

- name: Run PHPStan
run: vendor/bin/phpstan analyse --level=7 --no-progress --no-interaction .

0 comments on commit 647cdc7

Please sign in to comment.