We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f379e1e commit dcecfb9Copy full SHA for dcecfb9
.github/workflows/phpstan.yml
@@ -21,6 +21,18 @@ jobs:
21
22
- name: Install composer dependencies
23
uses: ramsey/composer-install@v3
24
+ with:
25
+ dependency-versions: highest
26
+ composer-options: --ignore-platform-reqs
27
+
28
+ - name: Require Laravel 11
29
+ run: composer require laravel/framework:^11.0 --no-update
30
31
+ - name: Install composer dependencies
32
+ uses: ramsey/composer-install@v3
33
34
35
+ composer-options: --no-dev
36
37
- name: Run PHPStan
38
run: ./vendor/bin/phpstan --error-format=github
0 commit comments