Skip to content

Commit a854b9f

Browse files
Run .NET 7 tests
1 parent d1cb825 commit a854b9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildandtest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ jobs:
4747

4848
- name: Test on .NET 6
4949
run: dotnet test src/RestClient.Net.UnitTests --no-build --verbosity normal --framework net6.0
50+
51+
- name: Test on .NET 7
52+
run: dotnet test src/RestClient.Net.UnitTests --no-build --verbosity normal --framework net7.0

0 commit comments

Comments
 (0)