File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
20
- - uses : shivammathur/setup-php@2.4.3
20
+ - uses : shivammathur/setup-php@2.9.0
21
21
with :
22
22
php-version : ${{ matrix.php-versions }}
23
23
coverage : none
24
24
if : matrix.php-versions != '7.4' || matrix.dependencies != 'highest'
25
25
26
- - uses : shivammathur/setup-php@2.4.3
26
+ - uses : shivammathur/setup-php@2.9.0
27
27
with :
28
28
php-version : ${{ matrix.php-versions }}
29
29
coverage : pcov
@@ -49,15 +49,15 @@ jobs:
49
49
if : matrix.php-versions == '7.4' && matrix.dependencies == 'highest'
50
50
51
51
- name : Upload coverage to Codecov
52
- uses : codecov/codecov-action@v1.0.13
52
+ uses : codecov/codecov-action@v1.1.0
53
53
if : matrix.php-versions == '7.4' && matrix.dependencies == 'highest'
54
54
55
55
phpcs :
56
56
runs-on : ubuntu-latest
57
57
58
58
steps :
59
59
- uses : actions/checkout@v2
60
- - uses : shivammathur/setup-php@2.4.3
60
+ - uses : shivammathur/setup-php@2.9.0
61
61
with :
62
62
php-version : 7.4
63
63
coverage : none
74
74
75
75
steps :
76
76
- uses : actions/checkout@v2
77
- - uses : shivammathur/setup-php@2.4.3
77
+ - uses : shivammathur/setup-php@2.9.0
78
78
with :
79
79
php-version : 7.4
80
80
coverage : none
Original file line number Diff line number Diff line change 23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ^8.0 || ^9.0" ,
25
25
"squizlabs/php_codesniffer" : " ^3.3.1" ,
26
- "vimeo/psalm" : " ^3.12 "
26
+ "vimeo/psalm" : " ^4.3 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
Original file line number Diff line number Diff line change 3
3
xmlns =" https://getpsalm.org/schema/config"
4
4
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
5
5
autoloader =" vendor/squizlabs/php_codesniffer/autoload.php"
6
- errorLevel =" 2 "
6
+ errorLevel =" 1 "
7
7
findUnusedPsalmSuppress =" true"
8
8
findUnusedVariablesAndParams =" true"
9
- resolveFromConfigFile = " true "
9
+ reportMixedIssues = " false "
10
10
>
11
11
<projectFiles >
12
12
<directory name =" src" />
You can’t perform that action at this time.
0 commit comments