Skip to content

Commit a5160bf

Browse files
committed
Fix for tests wf
1 parent 5daab09 commit a5160bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build and run Tests
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: '8.x'
25+
dotnet-version: '9.x'
2626

2727
- name: Run tests
2828
run: |

0 commit comments

Comments
 (0)