Skip to content

Commit 3044db4

Browse files
Update test.yml
1 parent b1979d3 commit 3044db4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
dotnet:
21-
- 8.0.x
21+
- 8.0.100
2222
include:
23-
- dotnet: 8.0.x
23+
- dotnet: 8.0.100
2424
mono: none
2525
TEST_PROJECT: $NETCORE_TEST_PROJECT
2626
steps:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .NET 8
3030
uses: actions/[email protected]
3131
with:
32-
dotnet-version: 8.0.x
32+
dotnet-version: 8.0.100
3333
- name: Build using .NET 8
3434
run: >
3535
export PATH="$PATH:$HOME/.dotnet/tools"

0 commit comments

Comments
 (0)