Skip to content

Commit 9cf0db5

Browse files
committed
bump actions
1 parent 3926de2 commit 9cf0db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)