Skip to content

Commit 7fbdf07

Browse files
author
Petr Sramek
committed
test
1 parent b90bd07 commit 7fbdf07

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,16 @@ jobs:
1414
name: Build with .NET ${{ matrix.netversion }}
1515
runs-on: ubuntu-latest
1616

17-
strategy:
18-
matrix:
19-
netversion: [7, 8, 9]
20-
2117
steps:
2218
- uses: actions/checkout@v3
23-
- name: Setup .NET ${{ matrix.netversion }}
19+
- name: Setup .NET 9
2420
uses: actions/setup-dotnet@v3
2521
with:
26-
dotnet-version: ${{ matrix.netversion }}.x
22+
dotnet-version: 9.x
2723
- name: Restore
2824
run: dotnet restore
2925
- name: Build
30-
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0
26+
run: dotnet build --no-restore
3127
- name: Upload
3228
uses: actions/upload-artifact@v4
3329
with:

0 commit comments

Comments
 (0)