Skip to content

Commit 6dd4f5a

Browse files
committed
updated to .NET 8.0
1 parent 92d8261 commit 6dd4f5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v1
18+
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
- name: Test
22-
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
22+
run: dotnet test test/Alyio.Extensions.Caching.Tests/
2323
- name: Pack
2424
run: dotnet pack -c release

0 commit comments

Comments
 (0)