File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 32
32
phpstan :
33
33
name : PHPStan
34
34
runs-on : ubuntu-latest
35
- strategy :
36
- fail-fast : false
37
- matrix :
38
- package : ${{ fromJson(needs.php-packages-matrix.outputs.packages) }}
39
35
steps :
40
36
- name : Checkout
41
37
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
/.git * export-ignore
2
2
/.symfony.bundle.yaml export-ignore
3
3
/phpunit.xml.dist export-ignore
4
- /phpstan.neon. dist export-ignore
4
+ /phpstan.dist.neon export-ignore
5
5
/assets /src export-ignore
6
6
/assets /test export-ignore
7
7
/assets /vitest.config.js export-ignore
Original file line number Diff line number Diff line change 40
40
"require-dev" : {
41
41
"doctrine/doctrine-bundle" : " ^2.4.3" ,
42
42
"doctrine/orm" : " ^2.8 | 3.0" ,
43
- "phpstan/phpstan" : " ^1.10 " ,
43
+ "phpstan/phpstan" : " ^2.1.17 " ,
44
44
"symfony/asset-mapper" : " ^6.4|^7.0" ,
45
45
"symfony/debug-bundle" : " ^5.4|^6.0|^7.0" ,
46
46
"symfony/form" : " ^5.4|^6.0|^7.0" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments