Skip to content

Commit e8c21b9

Browse files
Update test.yml
1 parent 6d30ebd commit e8c21b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '7'
21+
dotnet-version: '8'
2222

2323
- name: Setup Python
2424
uses: actions/setup-python@v2
@@ -49,7 +49,7 @@ jobs:
4949
- name: setup .NET
5050
uses: actions/setup-dotnet@v4
5151
with:
52-
dotnet-version: '7'
52+
dotnet-version: '8'
5353

5454
- name: Setup Cargo/Rust
5555
uses: moonrepo/setup-rust@v1

0 commit comments

Comments
 (0)