Skip to content

Commit 12c9377

Browse files
Update test.yml
1 parent b82522a commit 12c9377

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ jobs:
1818
strategy:
1919
matrix:
2020
dotnet:
21-
- 5.0.x
21+
- 8.0.x
2222
include:
23-
- dotnet: 5.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
2929
- name: Setup .NET 5
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
32-
dotnet-version: 5.0.x
33-
- name: Build using .NET 5
32+
dotnet-version: 8.0.x
33+
- name: Build using .NET 8
3434
run: >
3535
export PATH="$PATH:$HOME/.dotnet/tools"
3636
3737
dotnet build ${{ env.NETCORE_TEST_PROJECT }} -c Release
3838
- name: Setup .NET [Core] ${{ matrix.dotnet }}
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
dotnet-version: '${{ matrix.dotnet }}'
4242
- name: List .NET SDKs

0 commit comments

Comments
 (0)