Skip to content

Commit 6e70f3b

Browse files
committed
chore: add dotnet 7.x
1 parent daa47f4 commit 6e70f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 3
1919
matrix:
20-
dotnet: ['6.0.x', '5.0.x']
20+
dotnet: ['7.0.x', '6.0.x', '5.0.x']
2121
os: [ windows-latest ]
2222
name: NUnit Appium Repo ${{ matrix.dotnet }} - ${{ matrix.os }} Sample
2323
env:

0 commit comments

Comments
 (0)