Skip to content

Commit d78bb9d

Browse files
Update test.yml
1 parent 8353d4d commit d78bb9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
strategy:
1919
matrix:
2020
dotnet:
21-
- 6.0.x
21+
- 8.0.x
2222
include:
23-
- dotnet: 6.0.x
23+
- dotnet: 8.0.x
2424
mono: none
2525
TEST_PROJECT: $NETCORE_TEST_PROJECT
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v2
29-
- name: Setup .NET 6
29+
- name: Setup .NET 8
3030
uses: actions/[email protected]
3131
with:
32-
dotnet-version: 6.0.x
33-
- name: Build using .NET 6
32+
dotnet-version: 8.0.x
33+
- name: Build using .NET 8
3434
run: >
3535
export PATH="$PATH:$HOME/.dotnet/tools"
3636

0 commit comments

Comments
 (0)