We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11af2fa commit c792611Copy full SHA for c792611
1 file changed
.github/workflows/php.yml
@@ -15,6 +15,7 @@ jobs:
15
- '8.2'
16
- '8.3'
17
- '8.4'
18
+ - '8.5'
19
deps: ['highest']
20
steps:
21
- name: Checkout
@@ -35,7 +36,7 @@ jobs:
35
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
- name: Run mutation tests
- if: ${{ matrix.php-versions == 8.3 }}
39
+ if: ${{ matrix.php-versions == 8.4 }}
40
env:
41
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
42
run: vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
0 commit comments