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 bb89ea8 commit 4ad126dCopy full SHA for 4ad126d
.github/workflows/integration.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- dotnet-version: ['6.0.x']
+ dotnet-version: ['6.0.x', '7.0.x']
25
steps:
26
- uses: actions/checkout@v3
27
- name: install dotnet tools
0 commit comments