Skip to content

Commit 3a43326

Browse files
committed
Try again
1 parent e17b544 commit 3a43326

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/doctests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ jobs:
2121
- 6379:6379
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/setup-dotnet@v2
24+
- name: .NET Core 6
25+
uses: actions/setup-dotnet@v2
2526
with:
26-
dotnet-version: '6.0.x'
27+
dotnet-version: '6.0.x'
28+
- name: .NET Core 7
29+
uses: actions/setup-dotnet@v2
30+
with:
31+
dotnet-version: '7.0.x'
2732
- name: run tests
2833
working-directory: tests/Doc
2934
run: |
30-
dotnet test -f net6.0
35+
dotnet test

0 commit comments

Comments
 (0)