File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2424 database-type : mysql
2525 database-versions : ' ["8.0", "8.4", "latest"]'
2626 enable-concurrency : true
27- group-phpunit : mysql
2827 extensions : pdo, pdo_mysql
28+ group-phpunit : mysql
2929 os : ' ["ubuntu-latest"]'
30+ php-versions : ' ["8.4"]'
Original file line number Diff line number Diff line change 2222 uses : php-forge/actions/.github/workflows/infection.yml@main
2323 with :
2424 phpstan : true
25+ framework-options : --test-framework-options="--group=sqlite"
2526 secrets :
2627 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Original file line number Diff line number Diff line change 5151 "scripts" : {
5252 "check-dependencies" : " ./vendor/bin/composer-require-checker check" ,
5353 "ecs" : " ./vendor/bin/ecs --fix" ,
54- "mutation" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --only-covered --min-msi=100 --min-covered-msi=100" ,
55- "mutation-static" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --only-covered --min-msi=100 --min-covered-msi=100 --static-analysis-tool=phpstan" ,
54+ "mutation" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --only-covered --min-msi=100 --min-covered-msi=100 --test-framework-options=--group=sqlite " ,
55+ "mutation-static" : " ./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --only-covered --min-msi=100 --min-covered-msi=100 --static-analysis-tool=phpstan --test-framework-options=--group=sqlite " ,
5656 "rector" : " ./vendor/bin/rector process src" ,
5757 "static" : " ./vendor/bin/phpstan --memory-limit=512M" ,
5858 "tests" : " ./vendor/bin/phpunit"
You can’t perform that action at this time.
0 commit comments