Skip to content

Commit 92131bf

Browse files
committed
Piipeline fix for dotnet versions in ubuntu-latest (redis#372)
pipeline fix
1 parent 4498891 commit 92131bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
- name: .NET Core 8
3838
uses: actions/setup-dotnet@v3
3939
with:
40-
dotnet-version: 8
40+
dotnet-version: |
41+
6
42+
7
43+
8
4144
4245
- name: Run redis-stack-server docker
4346
working-directory: .github

0 commit comments

Comments
 (0)