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 bb34f00 commit 3676bdfCopy full SHA for 3676bdf
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
19
- dotnet: ["6.0", "7.0"]
+ dotnet: [6.0, 7.0]
20
steps:
21
- name: Checkout repo
22
uses: actions/checkout@v3
0 commit comments