File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 coverage : xdebug
4949 tools : composer:${{ matrix.composer }}
5050 - name : Install Composer dependencies (${{ matrix.dependencies }})
51- uses : ramsey/composer-install@v2
51+ uses : ramsey/composer-install@v3
5252 with :
5353 dependency-versions : ${{ matrix.dependencies }}
5454 - name : Set default branch for tests
5555 run : git config --global init.defaultBranch main
5656 - name : Run Tests
5757 run : vendor/bin/simple-phpunit --coverage-clover coverage.xml --coverage-text
5858 - name : Upload coverage to Codecov
59- uses : codecov/codecov-action@v3
59+ uses : codecov/codecov-action@v4
6060 - name : Run mutation tests
6161 if : ${{ matrix.php-versions == 8.3 && matrix.operating-system == 'ubuntu-latest' }}
6262 env :
You can’t perform that action at this time.
0 commit comments