File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - ' 8.4'
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v1
28+ uses : actions/checkout@v4
2929
3030 - name : Setup PHP ${{ matrix.php-version }}
3131 uses : shivammathur/setup-php@v2
4040 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4141
4242 - name : Cache dependencies
43- uses : actions/cache@v2
43+ uses : actions/cache@v4
4444 with :
4545 path : ${{ steps.composer-cache.outputs.dir }}
4646 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
5353 run : php -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-clover=coverage.xml
5454
5555 - name : Upload coverage report
56- uses : codecov/codecov-action@v2
56+ uses : codecov/codecov-action@v4
5757 with :
5858 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments