Skip to content

Commit e36eb2d

Browse files
authored
fix: use latest version of .NET Stryker (#43)
Use latest version of the `dotnet-stryker` tool after stryker-mutator/mutation-testing-elements#2493 was fixed.
1 parent 28b7086 commit e36eb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stryker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install .NET Stryker
2424
shell: bash
2525
run: |
26-
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
26+
dotnet tool install dotnet-stryker --tool-path ../tools
2727
- name: Analyze Testably.Architecture.Rules
2828
env:
2929
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)