Skip to content

Commit 721d5a0

Browse files
authored
Update ci.yml - added dotnet 9 setup
1 parent 37c19ae commit 721d5a0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
1415
steps:
1516

1617
- name: Checkout
1718
uses: actions/checkout@v2
1819
with:
1920
fetch-depth: 0
2021

21-
- name: Setup dotnet 8.0
22+
- name: Setup dotnet
2223
uses: actions/setup-dotnet@v4
2324
with:
24-
dotnet-version: '8.0.100'
25-
25+
dotnet-version: |
26+
8.0.x
27+
9.0.x
28+
2629
- name: Clean
2730
run: dotnet clean -c Release
2831

0 commit comments

Comments
 (0)