File tree Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Expand file tree Collapse file tree 6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11on :
2- - pull_request
3- - push
2+ pull_request :
3+ push :
4+ branches : [ 'master' ]
45
56name : build
67
2122 php :
2223 - " 8.0"
2324 - " 8.1"
25+ - " 8.2"
26+ - " 8.3"
2427
2528 mysql :
2629 - " 8.0"
Original file line number Diff line number Diff line change 11on :
2- - push
2+ pull_request :
3+ push :
4+ branches : [ 'master' ]
35
46name : dependency checker
57
Original file line number Diff line number Diff line change 11on :
2- - pull_request
3- - push
2+ pull_request :
3+ push :
4+ branches : [ 'master' ]
45
56name : static analysis
67
1819 php :
1920 - " 8.0"
2021 - " 8.1"
22+ - " 8.2"
23+ - " 8.3"
2124
2225 steps :
2326 - name : Checkout
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ So for a test you could load only needed tables or rows. As a result it dramatic
2424The package could be installed with [ composer] ( https://getcomposer.org/download/ ) :
2525
2626``` shell
27- composer require vjik/codeception-db-populator --dev --prefer-dist
27+ composer require vjik/codeception-db-populator --dev
2828```
2929## General usage
3030
Original file line number Diff line number Diff line change 2121 "codeception/module-db" : " ^3.0"
2222 },
2323 "require-dev" : {
24- "vimeo/psalm" : " ^4.16 " ,
24+ "vimeo/psalm" : " ^5.25 " ,
2525 "vlucas/phpdotenv" : " ^5.4"
2626 },
2727 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
33 errorLevel =" 1"
4+ findUnusedBaselineEntry =" true"
5+ findUnusedCode =" false"
46 autoloader =" vendor/codeception/codeception/autoload.php"
57 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
68 xmlns =" https://getpsalm.org/schema/config"
1214 <directory name =" vendor" />
1315 </ignoreFiles >
1416 </projectFiles >
17+ <issueHandlers >
18+ <RiskyTruthyFalsyComparison errorLevel =" suppress" />
19+ </issueHandlers >
1520</psalm >
You can’t perform that action at this time.
0 commit comments