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 1467448 commit edd5a37Copy full SHA for edd5a37
.github/workflows/mutation.yml
@@ -9,6 +9,8 @@ on:
9
- 'psalm.xml'
10
11
push:
12
+ branches:
13
+ - master
14
paths-ignore:
15
- 'docs/**'
16
- 'README.md'
@@ -30,11 +32,8 @@ jobs:
30
32
31
33
strategy:
34
matrix:
- os:
- - ubuntu-latest
35
-
36
- php:
37
- - 8.1
+ os: ['ubuntu-latest']
+ php: ['8.3']
38
39
steps:
40
- name: Install service memcached
@@ -70,6 +69,6 @@ jobs:
70
69
71
- name: Run infection
72
run: |
73
- vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
+ vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
74
env:
75
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments