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 ac3f706 commit 1c02cde
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,5 @@ jobs:
- name: Install composer dependencies
uses: ramsey/composer-install@v3

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

- 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 1c02cde

Please sign in to comment.