Skip to content

Commit 3a480b2

Browse files
committed
reset dotnet versions
1 parent 3552b16 commit 3a480b2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ on:
1212
jobs:
1313
build:
1414
runs-on: windows-latest
15-
strategy:
16-
matrix:
17-
dotnet-version: ['3.1.x', '6.0.x']
1815

1916
steps:
2017
- name: Checkout code
2118
uses: actions/checkout@v4
2219

23-
- name: Setup dotnet ${{ matrix.dotnet-version }}
20+
- name: Setup .NET
2421
uses: actions/setup-dotnet@v4
2522
with:
26-
dotnet-version: ${{ matrix.dotnet-version }}
23+
dotnet-version: "8.0.x"
2724

2825
- name: Restore dependencies
2926
run: dotnet restore Src/FluentAssertionsToShouldlyAnalyzer.sln

0 commit comments

Comments
 (0)