File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 9
9
phpstan :
10
10
name : Analyze
11
11
runs-on : [ubuntu-latest]
12
- strategy :
13
- matrix :
14
- - config : .phpstan.dist.openmage.neon
15
- cache : .phpstan.cache
16
- - config : .phpstan.dist.phpunit.neon
17
- cache : .phpstan.phpunit.cache
18
12
19
13
steps :
20
14
- name : Setup PHP
@@ -47,11 +41,11 @@ jobs:
47
41
phpstan-result-cache-
48
42
49
43
- name : PHPStan Static Analysis
50
- run : XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze -c ${{ matrix.config }}
44
+ run : XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze -c .phpstan.openmage.neon
51
45
52
46
- name : Save result cache
53
47
uses : actions/cache/save@v4
54
48
if : always()
55
49
with :
56
- path : ${{ matrix. cache }}
50
+ path : .phpstan. cache
57
51
key : phpstan-result-cache-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments