Skip to content

Commit 8a2a86a

Browse files
committed
TEST
1 parent 6c54e90 commit 8a2a86a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '**.php'
77
- 'phpstan.neon.dist'
8+
workflow_dispatch:
89

910
jobs:
1011
phpstan:
@@ -21,6 +22,18 @@ jobs:
2122

2223
- name: Install composer dependencies
2324
uses: ramsey/composer-install@v3
25+
with:
26+
dependency-versions: highest
27+
composer-options: --ignore-platform-reqs
28+
29+
- name: Require Laravel 11
30+
run: composer require laravel/framework:^11.0 --no-update
31+
32+
- name: Install composer dependencies
33+
uses: ramsey/composer-install@v3
34+
with:
35+
dependency-versions: highest
36+
composer-options: --no-dev
2437

2538
- name: Run PHPStan
2639
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)