Skip to content

Commit ccaa3eb

Browse files
committed
update codecov
1 parent e1d3cef commit ccaa3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
composer rectify
4343
- name: "Run test suite"
4444
run: "mv phpunit.xml.github-actions.dist phpunit.xml.dist && composer test"
45-
- if: matrix.php-versions == '8.1'
45+
- if: matrix.php-versions == '8.2'
4646
name: Run mutation test
4747
env:
4848
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
4949
STRYKER_DASHBOARD_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
5050
run: |
5151
composer require --dev infection/infection
5252
vendor/bin/infection
53-
- if: matrix.php-versions == '8.1'
53+
- if: matrix.php-versions == '8.2'
5454
name: Upload coverage to Codecov
5555
uses: codecov/codecov-action@v1
5656
with:

0 commit comments

Comments
 (0)