We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d3cef commit ccaa3ebCopy full SHA for ccaa3eb
.github/workflows/ci_build.yaml
@@ -42,15 +42,15 @@ jobs:
42
composer rectify
43
- name: "Run test suite"
44
run: "mv phpunit.xml.github-actions.dist phpunit.xml.dist && composer test"
45
- - if: matrix.php-versions == '8.1'
+ - if: matrix.php-versions == '8.2'
46
name: Run mutation test
47
env:
48
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
49
STRYKER_DASHBOARD_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
50
run: |
51
composer require --dev infection/infection
52
vendor/bin/infection
53
54
name: Upload coverage to Codecov
55
uses: codecov/codecov-action@v1
56
with:
0 commit comments