File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 name : Check composer.json
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : shivammathur/setup-php@v2
1515 with :
1616 coverage : none
2121 name : Static analysis
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - uses : shivammathur/setup-php@v2
2626 with :
2727 coverage : none
3737 strategy :
3838 fail-fast : false
3939 matrix :
40- php : [ '8.2', '8.3', '8.4' ]
40+ php : [ '8.2', '8.3', '8.4', '8.5' ]
4141 min_stability : [ '' ]
4242 name_suffix : [ '' ]
4343 composer_flags : [ '' ]
5151 composer_flags : ' --prefer-lowest'
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 - uses : shivammathur/setup-php@v2
5656 with :
5757 coverage : " none"
You can’t perform that action at this time.
0 commit comments