Skip to content

Commit bb27038

Browse files
committed
TEST
1 parent 3c3fc77 commit bb27038

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
- name: Install composer dependencies
2424
uses: ramsey/composer-install@v3
2525

26-
- name: Require Laravel 11
27-
run: composer require laravel/framework:^11.0 --with-all-dependencies
28-
29-
- name: Install composer dependencies
30-
uses: ramsey/composer-install@v3
31-
with:
32-
dependency-versions: highest
33-
composer-options: --no-dev
3426

3527
- name: Run PHPStan
3628
run: ./vendor/bin/phpstan --error-format=github

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parameters:
66
paths:
77
- src
88
- config
9+
ignoreErrors:
10+
- '#Class Webfox\LaravelBackedEnums\LaravelBackedEnumMakeCommand extends unknown class Illuminate\Foundation\Console\EnumMakeCommand.#'
911
tmpDir: build/phpstan
1012
checkOctaneCompatibility: true
1113
checkModelProperties: true

0 commit comments

Comments
 (0)