Skip to content

Commit 4904769

Browse files
author
Petr Sramek
committed
wait what?
1 parent a3fda60 commit 4904769

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,18 @@ jobs:
1313
build:
1414
name: Build with .NET ${{ matrix.netversion }}
1515

16-
strategy:
17-
matrix:
18-
netversion: [7, 8, 9]
19-
2016
runs-on: ubuntu-latest
2117

2218
steps:
2319
- uses: actions/checkout@v3
24-
- name: Setup .NET ${{ matrix.netversion }}
20+
- name: Setup .NET 9
2521
uses: actions/setup-dotnet@v3
2622
with:
2723
dotnet-version: 9.x
2824
- name: Restore
2925
run: dotnet restore
3026
- name: Build
31-
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
27+
run: dotnet build --no-restore
3228
- name: Upload
3329
uses: actions/upload-artifact@v4
3430
with:

0 commit comments

Comments
 (0)