File tree 6 files changed +7
-6
lines changed
6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install PHP
23
23
uses : shivammathur/setup-php@v2
24
24
with :
25
- php-version : 8.1
25
+ php-version : 8.2
26
26
extensions : :apcu, :imagick
27
27
coverage : none
28
28
tools : none
42
42
- name : Install PHP
43
43
uses : shivammathur/setup-php@v2
44
44
with :
45
- php-version : 8.1
45
+ php-version : 8.2
46
46
extensions : :apcu, :imagick
47
47
coverage : none
48
48
tools : none
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.14.4 " location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" psalm" version =" ^5.0" installed =" 5.7.5 " location =" ./tools/psalm" copy =" true" />
3
+ <phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.15.1 " location =" ./tools/php-cs-fixer" copy =" true" />
4
+ <phar name =" psalm" version =" ^5.0" installed =" 5.8.0 " location =" ./tools/psalm" copy =" true" />
5
5
<phar name =" composer" version =" ^2.0.3" installed =" 2.5.4" location =" ./tools/composer" copy =" true" />
6
6
</phive >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 5.7.1@8e0fd880141f236847ab49a06f94f788d41a4292 " >
2
+ <files psalm-version =" 5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda " >
3
3
<file src =" src/CodeCoverage.php" >
4
4
<ArgumentTypeCoercion >
5
5
<code >$tmp[0]</code >
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"support" : {
20
- "issues" : " https://github.com/sebastianbergmann/php-code-coverage/issues"
20
+ "issues" : " https://github.com/sebastianbergmann/php-code-coverage/issues" ,
21
+ "security" : " https://github.com/sebastianbergmann/php-code-coverage/security/policy"
21
22
},
22
23
"config" : {
23
24
"platform" : {
You can’t perform that action at this time.
0 commit comments