Skip to content

Commit 6a119a0

Browse files
Add .NET8 to CI
1 parent b78cbee commit 6a119a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
dotnet-version: |
3535
6.0.x
3636
7.0.x
37+
8.0.x
3738
- name: Build
3839
run: dotnet build src --configuration Release
3940
- name: Tests
@@ -51,10 +52,10 @@ jobs:
5152
if: startsWith(github.ref, 'refs/tags')
5253
runs-on: ubuntu-20.04
5354
steps:
54-
- name: Setup .NET 6
55+
- name: Setup .NET
5556
uses: actions/[email protected]
5657
with:
57-
dotnet-version: 6.0.x
58+
dotnet-version: 8.0.x
5859
- name: Download artifacts
5960
uses: actions/[email protected]
6061
with:

0 commit comments

Comments
 (0)