We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a4511 commit 11af2faCopy full SHA for 11af2fa
1 file changed
.github/workflows/php.yml
@@ -18,7 +18,7 @@ jobs:
18
deps: ['highest']
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
- name: Setup PHP, with composer and extensions
23
uses: shivammathur/setup-php@v2
24
with:
@@ -31,8 +31,7 @@ jobs:
31
- name: Run Tests
32
run: vendor/bin/phpunit
33
- name: Upload coverage to Codecov
34
- if: ${{ matrix.php-versions == 8.3 }}
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
36
37
token: ${{ secrets.CODECOV_TOKEN }}
38
- name: Run mutation tests
0 commit comments