We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9504b46 + 4ddd6a6 commit 54d8f18Copy full SHA for 54d8f18
.github/workflows/test.yml
@@ -18,18 +18,20 @@ jobs:
18
strategy:
19
matrix:
20
dotnet:
21
- - 8.0.100
+ - 8.0.x
22
include:
23
- - dotnet: 8.0.100
+ - dotnet: 8.0.x
24
+
25
mono: none
26
TEST_PROJECT: $NETCORE_TEST_PROJECT
27
steps:
28
- name: Checkout code
29
uses: actions/checkout@v2
- - name: Setup .NET 8
30
+ - name: Setup .NET 5
31
uses: actions/[email protected]
32
with:
- dotnet-version: 8.0.100
33
+ dotnet-version: 8.0.x
34
35
- name: Build using .NET 8
36
run: >
37
export PATH="$PATH:$HOME/.dotnet/tools"
0 commit comments