We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ff8c7 commit cc9f590Copy full SHA for cc9f590
.github/workflows/unit-test.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- dotnet-version: ["6.0.x", "7.0.x", "8.0.x"]
+ dotnet-version: ["8.0.x"]
12
13
steps:
14
- uses: actions/checkout@v4
0 commit comments