From 714986cbd21a04c7fbb1bee9990d9e7865519f50 Mon Sep 17 00:00:00 2001 From: atakavci Date: Wed, 15 Jan 2025 11:10:45 +0300 Subject: [PATCH] pipeline fix --- .github/workflows/reusable.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 755153b1..5f41716b 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -37,7 +37,10 @@ jobs: - name: .NET Core 8 uses: actions/setup-dotnet@v3 with: - dotnet-version: 8 + dotnet-version: | + 6 + 7 + 8 - name: Run redis-stack-server docker working-directory: .github