File tree 6 files changed +20
-7
lines changed
6 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- - pull_request
3
- - push
2
+ pull_request :
3
+ push :
4
+ branches : [ 'master' ]
4
5
5
6
name : build
6
7
21
22
php :
22
23
- " 8.0"
23
24
- " 8.1"
25
+ - " 8.2"
26
+ - " 8.3"
24
27
25
28
mysql :
26
29
- " 8.0"
Original file line number Diff line number Diff line change 1
1
on :
2
- - push
2
+ pull_request :
3
+ push :
4
+ branches : [ 'master' ]
3
5
4
6
name : dependency checker
5
7
Original file line number Diff line number Diff line change 1
1
on :
2
- - pull_request
3
- - push
2
+ pull_request :
3
+ push :
4
+ branches : [ 'master' ]
4
5
5
6
name : static analysis
6
7
18
19
php :
19
20
- " 8.0"
20
21
- " 8.1"
22
+ - " 8.2"
23
+ - " 8.3"
21
24
22
25
steps :
23
26
- 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
24
24
The package could be installed with [ composer] ( https://getcomposer.org/download/ ) :
25
25
26
26
``` shell
27
- composer require vjik/codeception-db-populator --dev --prefer-dist
27
+ composer require vjik/codeception-db-populator --dev
28
28
```
29
29
## General usage
30
30
Original file line number Diff line number Diff line change 21
21
"codeception/module-db" : " ^3.0"
22
22
},
23
23
"require-dev" : {
24
- "vimeo/psalm" : " ^4.16 " ,
24
+ "vimeo/psalm" : " ^5.25 " ,
25
25
"vlucas/phpdotenv" : " ^5.4"
26
26
},
27
27
"autoload" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<psalm
3
3
errorLevel =" 1"
4
+ findUnusedBaselineEntry =" true"
5
+ findUnusedCode =" false"
4
6
autoloader =" vendor/codeception/codeception/autoload.php"
5
7
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
8
xmlns =" https://getpsalm.org/schema/config"
12
14
<directory name =" vendor" />
13
15
</ignoreFiles >
14
16
</projectFiles >
17
+ <issueHandlers >
18
+ <RiskyTruthyFalsyComparison errorLevel =" suppress" />
19
+ </issueHandlers >
15
20
</psalm >
You can’t perform that action at this time.
0 commit comments