File tree Expand file tree Collapse file tree 4 files changed +717
-3
lines changed Expand file tree Collapse file tree 4 files changed +717
-3
lines changed Original file line number Diff line number Diff line change 3939 coverage : " none"
4040 extensions : intl
4141 php-version : ${{ matrix.php-version }}
42- tools : composer:v2
42+ tools : composer:v2, phpstan
4343
4444 - name : " Set composer cache directory"
4545 id : composer-cache
5353 restore-keys : ${{ runner.os }}-${{ matrix.php-version }}-composer-
5454
5555 - name : " Composer install"
56- id : install
5756 run : composer install --no-interaction --no-progress
5857
58+ - name : Install PHPUnit
59+ id : install
60+ run : vendor/bin/simple-phpunit install
61+
5962 - name : Lint YAML files
6063 if : always() && steps.install.outcome == 'success'
6164 run : ./bin/console lint:yaml config --parse-tags
8790 - name : Check if any dependencies are compromised
8891 if : always() && steps.install.outcome == 'success'
8992 run : /home/runner/.symfony/bin/symfony check:security
93+
94+ - name : Run PHPStan
95+ if : always() && steps.install.outcome == 'success'
96+ run : phpstan analyze
You can’t perform that action at this time.
0 commit comments