We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a415e4 commit c76e09eCopy full SHA for c76e09e
.github/workflows/analyze.yml
@@ -37,6 +37,15 @@ jobs:
37
- name: ⬇️ Checkout Repository
38
uses: actions/checkout@v4
39
40
+ - name: 📋 Setup PHP
41
+ uses: shivammathur/setup-php@v2
42
+ with:
43
+ php-version: '8.2'
44
+ tools: composer
45
+
46
+ - name: 🔗 Install dependencies
47
+ run: composer install --prefer-dist
48
49
- name: 🪮 Check extension
50
uses: shopware/github-actions/extension-verifier@main
51
with:
phpstan.neon.dist
@@ -2,8 +2,6 @@ parameters:
2
level: 6
3
paths:
4
- src
5
- scanDirectories:
6
- - ../../../vendor
7
8
includes:
9
- vendor/shopwarelabs/phpstan-shopware/rules.neon
0 commit comments