Skip to content

Commit 3cd1ac0

Browse files
committed
just use one version
1 parent 4c89c86 commit 3cd1ac0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Setup DotNet ✨
2626
uses: actions/setup-dotnet@v5
2727
with:
28-
dotnet-version: |
29-
8.0.x
28+
dotnet-version: |
3029
9.0.x
3130
3231
- name: Install dependencies 📦️
@@ -36,4 +35,4 @@ jobs:
3635
run: dotnet build --no-restore -c Release
3736

3837
- name: Test ✅
39-
run: dotnet test --no-restore --no-build --verbosity normal
38+
run: dotnet test --verbosity normal

0 commit comments

Comments
 (0)