Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-Webfox committed Jan 21, 2025
1 parent 3c3fc77 commit bb27038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Install composer dependencies
uses: ramsey/composer-install@v3

- name: Require Laravel 11
run: composer require laravel/framework:^11.0 --with-all-dependencies

- name: Install composer dependencies
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: --no-dev

- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ parameters:
paths:
- src
- config
ignoreErrors:
- '#Class Webfox\LaravelBackedEnums\LaravelBackedEnumMakeCommand extends unknown class Illuminate\Foundation\Console\EnumMakeCommand.#'
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
Expand Down

0 comments on commit bb27038

Please sign in to comment.