File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
run : " php -v"
43
43
- name : " lint PHP files"
44
44
run : " php -l src/ tests/"
45
- # - name: "install composer dependencies"
46
- # run: "composer install --prefer-dist --no-progress"
47
- # # PHPStan
48
- # - name: "PHPStan static analysis"
49
- # uses: "php-actions/phpstan@v3"
50
- # with:
51
- # php_version: "${{ matrix.php-version }}"
52
- # configuration: "phpstan.neon"
53
- # path: "src/ tests/"
45
+ - name : " install composer dependencies"
46
+ run : " composer install --prefer-dist --no-progress"
47
+ # PHPStan
48
+ - name : " PHPStan static analysis"
49
+ uses : " php-actions/phpstan@v3"
50
+ with :
51
+ php_version : " ${{ matrix.php-version }}"
52
+ configuration : " phpstan.neon"
53
+ path : " src/ tests/"
54
54
# run unit tests
55
55
phpunit :
56
56
runs-on : " ubuntu-latest"
You can’t perform that action at this time.
0 commit comments