Skip to content

Commit b13ea95

Browse files
committed
fix later
1 parent d54e5de commit b13ea95

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ jobs:
99
phpstan:
1010
name: Analyze
1111
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
1812

1913
steps:
2014
- name: Setup PHP
@@ -47,11 +41,11 @@ jobs:
4741
phpstan-result-cache-
4842
4943
- 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
5145

5246
- name: Save result cache
5347
uses: actions/cache/save@v4
5448
if: always()
5549
with:
56-
path: ${{ matrix.cache }}
50+
path: .phpstan.cache
5751
key: phpstan-result-cache-${{ github.run_id }}

0 commit comments

Comments
 (0)