File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 26
26
/CHANGELOG.md merge =union
27
27
28
28
# Exclude files from the archive
29
+ /.editorconfig export-ignore
29
30
/.gitattributes export-ignore
30
31
/.github export-ignore
31
32
/.gitignore export-ignore
32
33
/.styleci.yml export-ignore
33
34
/codeception.yml export-ignore
34
35
/composer-require-checker.json export-ignore
35
36
/docs export-ignore
37
+ /ecs.php export-ignore
38
+ /infection.json * export-ignore
39
+ /phpstan * .neon * export-ignore
36
40
/phpunit.xml.dist export-ignore
37
41
/psalm.xml export-ignore
38
42
/rector.php export-ignore
43
+ /runtime export-ignore
39
44
/tests export-ignore
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-mysql
20
20
jobs :
21
21
mysql :
22
22
name : MySQL tests.
23
- uses : php-forge/actions/.github/workflows/phpunit-database.yml@main
23
+ uses : php-forge/actions/.github/workflows/phpunit-database.yml@fix-mini-31
24
24
secrets :
25
25
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: build
19
19
20
20
jobs :
21
21
phpunit :
22
- uses : php-forge/actions/.github/workflows/phpunit.yml@main
22
+ uses : php-forge/actions/.github/workflows/phpunit.yml@fix-mini-31
23
23
secrets :
24
24
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
25
25
with :
29
29
extensions : pdo, pdo_sqlite
30
30
phpunit-group : sqlite
31
31
phpunit-compatibility :
32
- uses : php-forge/actions/.github/workflows/phpunit.yml@main
32
+ uses : php-forge/actions/.github/workflows/phpunit.yml@mfix-mini-31
33
33
secrets :
34
34
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
35
35
with :
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ name: mutation test
19
19
20
20
jobs :
21
21
mutation :
22
- uses : php-forge/actions/.github/workflows/infection.yml@main
22
+ uses : php-forge/actions/.github/workflows/infection.yml@fix-mini-31
23
23
with :
24
+ command-coverage-options : --with-uncovered
24
25
extensions : pdo, pdo_pgsql, pdo_sqlite
25
26
framework-options : --test-framework-options="--group=sqlite,mutation"
26
27
hook : |
Original file line number Diff line number Diff line change 16
16
"require-dev" : {
17
17
"ext-dom" : " *" ,
18
18
"ext-simplexml" : " *" ,
19
- "infection/infection" : " ^0.27|^0.30 " ,
19
+ "infection/infection" : " ^0.27|^0.31 " ,
20
20
"maglnet/composer-require-checker" : " ^4.1" ,
21
21
"php-forge/support" : " ^0.1" ,
22
22
"phpstan/extension-installer" : " ^1.4" ,
You can’t perform that action at this time.
0 commit comments