Commit 66ef1e1 1 parent 9f86b09 commit 66ef1e1 Copy full SHA for 66ef1e1
File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 79
79
80
80
- name : Run tests
81
81
run : |
82
- vendor/bin/phpstan analyze src/ tests/ --level=1 --memory-limit=1G
82
+ vendor/bin/phpstan --memory-limit=1G
83
83
vendor/bin/phpunit -c phpunit.xml --exclude-group skip_for_solr_${{ matrix.mode }} -v --coverage-clover build/logs/clover.xml
84
84
85
85
- name : Execute examples
Original file line number Diff line number Diff line change 27
27
"escapestudios/symfony2-coding-standard" : " ^3.11" ,
28
28
"nyholm/psr7" : " ^1.8" ,
29
29
"php-http/guzzle7-adapter" : " ^1.0" ,
30
- "phpstan/extension-installer" : " ^1.0 " ,
31
- "phpstan/phpstan" : " ^1 .0" ,
32
- "phpstan/phpstan-deprecation-rules" : " ^1 .0" ,
33
- "phpstan/phpstan-phpunit" : " ^1 .0" ,
30
+ "phpstan/extension-installer" : " ^1.4 " ,
31
+ "phpstan/phpstan" : " ^2 .0" ,
32
+ "phpstan/phpstan-deprecation-rules" : " ^2 .0" ,
33
+ "phpstan/phpstan-phpunit" : " ^2 .0" ,
34
34
"phpunit/phpunit" : " ^9.6" ,
35
35
"rawr/phpunit-data-provider" : " ^3.3" ,
36
36
"roave/security-advisories" : " dev-master" ,
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : 1
3
+ paths :
4
+ - src
5
+ - tests
You can’t perform that action at this time.
0 commit comments