File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 51
51
uses : ramsey/composer-install@v3
52
52
with :
53
53
dependency-versions : ${{ matrix.dependencies }}
54
+ - name : Check PSR-4 mapping
55
+ if : ${{ matrix.php-versions == 8.3 && matrix.composer == 'v2' }}
56
+ run : composer dump-autoload --dev --optimize --strict-psr
54
57
- name : Set default branch for tests
55
58
run : git config --global init.defaultBranch main
56
59
- name : Run Tests
@@ -65,10 +68,10 @@ jobs:
65
68
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
66
69
run : |
67
70
composer config --no-plugins allow-plugins.infection/extension-installer true
68
- composer req infection/infection -W
71
+ composer require infection/infection --update-with-all-dependencies
69
72
vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4 --only-covered
70
73
- name : Run phpstan
71
74
if : ${{ matrix.php-versions == 8.3 && matrix.operating-system == 'ubuntu-latest' }}
72
75
run : |
73
- composer req phpstan/phpstan
76
+ composer require phpstan/phpstan --dev
74
77
vendor/bin/phpstan
You can’t perform that action at this time.
0 commit comments