Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Aug 31, 2023
1 parent 661cb1c commit b4a5ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
REDIS__edge: "redis-stack-edge:6379"

redis-stack-7.2.0:
image: redis/redis-stack-server:7.2.0-RC3
image: redis/redis-stack-server:7.2.0-v0
restart: unless-stopped
networks:
- redis
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
redis-stack-type: ['edge', '6.2.6', '7.2.0-RC3']
redis-stack-type: ['edge', '6.2.6-v9', '7.2.0-v0']
with:
redis_stack_type: ${{matrix.redis-stack-type}}
dotnet_version: 6.0.x
Expand All @@ -48,13 +48,13 @@ jobs:
secrets: inherit

dotnet_7:
name: .NET 7 on standalone [redis-stack ${{matrix.redis-stack-type}}]
name: .NET 7 on [redis-stack ${{matrix.redis-stack-type}}]
uses: ./.github/workflows/reusable.yml
strategy:
fail-fast: false
max-parallel: 5
matrix:
redis-stack-type: ['edge', '6.2.6', '7.2.0-RC3']
redis-stack-type: ['edge', '6.2.6-v9', '7.2.0-v0']
with:
redis_stack_type: ${{matrix.redis-stack-type}}
dotnet_version: 7.0.x
Expand All @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
redis-stack-version: ['6.2.13', '7.2.0-RC3']
redis-stack-version: ['6.2.6-v9', '7.2.0-v0']
env:
redis_stack_version: ${{matrix.redis-stack-version}}
USER_NAME: ${{ secrets.USER_NAME }}
Expand Down

0 comments on commit b4a5ff2

Please sign in to comment.