Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Jan 27, 2025
1 parent 44ea223 commit 0bec9f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

- name: Install composer dependencies
uses: ramsey/composer-install@v3

- name: Install larastan
run: |
composer require "nunomaduro/larastan" --no-interaction --no-update
composer require "larastan/larastan" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run PHPStan
Expand Down
2 changes: 0 additions & 2 deletions phpstan-baseline.neon

This file was deleted.

5 changes: 2 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
includes:
- phpstan-baseline.neon
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:
level: 8
paths:
- src/
- config/
- database/migrations/audits.stub
- database/
- stubs/
tmpDir: build/phpstan
ignoreErrors:
Expand Down

0 comments on commit 0bec9f5

Please sign in to comment.