Skip to content

Commit 03481b9

Browse files
Update ci.yml to not install .NET 6 and .NET 7
1 parent cb3a840 commit 03481b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
uses: actions/[email protected]
3333
with:
3434
dotnet-version: |
35-
6.0.x
36-
7.0.x
3735
8.0.x
3836
9.0.x
3937
10.0.x
@@ -69,3 +67,4 @@ jobs:
6967
run: dotnet nuget push ./nugets/*.snupkg --source https://f.feedz.io/servicecomposer/pre-releases/symbols --api-key ${{ secrets.FEEDZ_API_KEY }}
7068

7169

70+

0 commit comments

Comments
 (0)