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 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : shivammathur/setup-php@v2
1515 - name : Validate composer.json
1616 run : composer validate --strict --no-check-lock
@@ -19,12 +19,12 @@ jobs:
1919 name : Static analysis
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323
2424 - uses : shivammathur/setup-php@v2
2525 with :
2626 coverage : none
27- php-version : ' 8.2 '
27+ php-version : ' 8.4 '
2828
2929 - name : Install dependencies
3030 run : composer update --ansi --no-progress --prefer-dist --no-interaction
5656 composer_flags : ' '
5757
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060
6161 - uses : shivammathur/setup-php@v2
6262 with :
You can’t perform that action at this time.
0 commit comments