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 6011330 commit 37edb29Copy full SHA for 37edb29
.github/workflows/reusable_run_tests.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/setup-dotnet@v4
35
with:
36
dotnet-version: |
37
- 9.0.x
+ ${{ matrix.dotnet.version }}
38
39
- name: Display dotnet version
40
run: |
0 commit comments