We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa47f4 commit 6e70f3bCopy full SHA for 6e70f3b
.github/workflows/sanity-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
max-parallel: 3
19
matrix:
20
- dotnet: ['6.0.x', '5.0.x']
+ dotnet: ['7.0.x', '6.0.x', '5.0.x']
21
os: [ windows-latest ]
22
name: NUnit Appium Repo ${{ matrix.dotnet }} - ${{ matrix.os }} Sample
23
env:
0 commit comments