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 6c54e90 commit 8a2a86a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '**.php'
- 'phpstan.neon.dist'
workflow_dispatch:

jobs:
phpstan:
Expand All @@ -21,6 +22,18 @@ jobs:

- name: Install composer dependencies
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: --ignore-platform-reqs

- name: Require Laravel 11
run: composer require laravel/framework:^11.0 --no-update

- 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

0 comments on commit 8a2a86a

Please sign in to comment.