Skip to content

Commit

Permalink
Fix phpstan github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tigitz committed May 4, 2024
1 parent 3b5343d commit d59d6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php: [ "8.1", "8.3" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -33,4 +33,4 @@ jobs:
run: composer install -n --prefer-dist

- name: Run PHPStan
run: ./vendor/bin/phpstan analyse src -c phpstan.${{ matrix.php }}.neon
run: ./vendor/bin/phpstan analyse src -c phpstan.neon

0 comments on commit d59d6c3

Please sign in to comment.