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 3676bdf commit f31fd50Copy full SHA for f31fd50
.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.x, 7.0.x]
20
steps:
21
- name: Checkout repo
22
uses: actions/checkout@v3
0 commit comments