File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : shivammathur/setup-php@2.31.1
22
+ - uses : shivammathur/setup-php@2.32.0
23
23
with :
24
24
php-version : ${{ env.default_php }}
25
25
extensions : pcov
45
45
46
46
steps :
47
47
- uses : actions/checkout@v4
48
- - uses : shivammathur/setup-php@2.31.1
48
+ - uses : shivammathur/setup-php@2.32.0
49
49
with :
50
50
php-version : ${{ env.default_php }}
51
51
ini-values : memory_limit=-1
63
63
64
64
steps :
65
65
- uses : " actions/checkout@v4"
66
- - uses : shivammathur/setup-php@2.31.1
66
+ - uses : shivammathur/setup-php@2.32.0
67
67
with :
68
68
coverage : " xdebug"
69
69
php-version : ${{ env.default_php }}
Original file line number Diff line number Diff line change 25
25
"require-dev" : {
26
26
"ext-curl" : " *" ,
27
27
"doctrine/coding-standard" : " ^12.0" ,
28
- "infection/infection" : " ^0.27.11 " ,
28
+ "infection/infection" : " ^0.29.0 " ,
29
29
"laminas/laminas-diactoros" : " ^3.5.0" ,
30
30
"php-http/curl-client" : " ^2.3.2" ,
31
31
"phpunit/phpunit" : " ^10.5.38" ,
You can’t perform that action at this time.
0 commit comments