Skip to content

Commit e1ebc76

Browse files
authored
Update dotnet.yml
1 parent 76c940c commit e1ebc76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dotnet-version: |
1818
3.1.x
1919
6.0.x
20+
8.0.x
2021
- name: Restore dependencies
2122
run: dotnet restore
2223
- name: Build
@@ -134,4 +135,4 @@ jobs:
134135
- name: Build
135136
run: dotnet build --no-restore
136137
- name: Elasticsearch Tests
137-
run: dotnet test test/WorkflowCore.Tests.Elasticsearch --no-build --verbosity normal -p:ParallelizeTestCollections=false
138+
run: dotnet test test/WorkflowCore.Tests.Elasticsearch --no-build --verbosity normal -p:ParallelizeTestCollections=false

0 commit comments

Comments
 (0)