File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 name : PHPUnit Tests - ${{ matrix.php_versions }} - ${{ matrix.os }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626
2727 - name : Setup PHP, with composer and extensions
2828 uses : shivammathur/setup-php@v2
@@ -37,13 +37,13 @@ jobs:
3737
3838 - name : Setup Redis-server
3939 if : ${{ matrix.os == 'ubuntu-latest' }}
40- uses : supercharge/redis-github-action@1.1 .0
40+ uses : supercharge/redis-github-action@1.8 .0
4141 with :
4242 redis-version : 6
4343
4444 - name : Setup Memcached
4545 if : ${{ matrix.os == 'ubuntu-latest' }}
46- uses : niden/actions-memcached@v7
46+ uses : niden/actions-memcached@v8
4747
4848 - name : Configure matchers for PHPUnit
4949 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5353
5454 - name : Upload coverage to Codecov
5555 if : github.event_name != 'schedule'
56- uses : codecov/codecov-action@v4
56+ uses : codecov/codecov-action@v5
5757 with :
5858 token : ${{ secrets.CODECOV_TOKEN }}
59- file : ./_meta/coverage.xml
59+ files : ./_meta/coverage.xml
6060 fail_ci_if_error : true
Original file line number Diff line number Diff line change 1919 name : PHPStan - ${{ matrix.php_versions }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP, with composer and extensions
2525 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments