Skip to content

Commit 6424524

Browse files
authored
Update integration.yml
1 parent 5ecd584 commit 6424524

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
build_and_test:
2020
name: Build and test [dotnet ${{matrix.dotnet-version}}]
2121
runs-on: ubuntu-latest
22-
strategy:
23-
matrix:
24-
dotnet-version: ['7.0.x']
2522
steps:
2623
- uses: actions/checkout@v3
27-
- name: install dotnet tools
24+
- name: .NET Core 6
2825
uses: actions/setup-dotnet@v2
2926
with:
30-
dotnet-version: ${{matrix.dotnet-version}}
27+
dotnet-version: '6.0.x'
28+
- name: .NET Core 7
29+
uses: actions/setup-dotnet@v2
30+
with:
31+
dotnet-version: '7.0.x'
3132
- name: run redis-stack-server docker
3233
run: docker run -p 6379:6379 -d redislabs/redismod:edge
3334
- name: Restore dependencies

0 commit comments

Comments
 (0)