File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 code-analysis : ' yes'
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Setup PHP, with composer and extensions
3333 uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
4242 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4343
4444 - name : Cache composer dependencies
45- uses : actions/cache@v3
45+ uses : actions/cache@v4
4646 with :
4747 path : ${{ steps.composer-cache.outputs.dir }}
4848 # Use composer.json for key, if composer.lock is not committed.
6565 run : vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
6666
6767 - name : Code Coverage
68- uses : codecov/codecov-action@v3
68+ uses : codecov/codecov-action@v5
6969 if : matrix.coverage != 'none'
Original file line number Diff line number Diff line change 4444 }
4545 },
4646 "require-dev" : {
47- "friendsofphp/php-cs-fixer" : " ^3.64 " ,
47+ "friendsofphp/php-cs-fixer" : " ^3.87 " ,
4848 "phpstan/phpstan" : " ^1.12" ,
4949 "phpunit/phpunit" : " ^9.6"
5050 },
You can’t perform that action at this time.
0 commit comments