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 5b1998c commit 0de2750Copy full SHA for 0de2750
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up .NET environment
30
uses: actions/setup-dotnet@v4
31
with:
32
- dotnet-version: '8.x'
+ dotnet-version: '10.x'
33
34
- name: Run tests
35
run: >
0 commit comments