Skip to content

Commit df3a420

Browse files
frozzareJohannestegner
authored andcommitted
chore: test with dotnet 10 instead of 9
1 parent 5a83351 commit df3a420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: '8.0.x'
19-
- name: Set up dotnet 9
19+
- name: Set up dotnet 10
2020
uses: actions/setup-dotnet@v5
2121
with:
22-
dotnet-version: '9.0.x'
22+
dotnet-version: '10.0.x'
2323
- name: Build
2424
run: dotnet build
2525
- name: Run test suite

0 commit comments

Comments
 (0)