Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Aug 31, 2023
1 parent b4a5ff2 commit 6c98a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-v0
image: redis/redis-stack-server:7.2.0-RC3
restart: unless-stopped
networks:
- redis
Expand Down
6 changes: 3 additions & 3 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-v9', '7.2.0-v0']
redis-stack-type: ['edge', '6.2.6', '7.2.0-RC3']
with:
redis_stack_type: ${{matrix.redis-stack-type}}
dotnet_version: 6.0.x
Expand All @@ -54,7 +54,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
redis-stack-type: ['edge', '6.2.6-v9', '7.2.0-v0']
redis-stack-type: ['edge', '6.2.6', '7.2.0-RC3']
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.6-v9', '7.2.0-v0']
redis-stack-version: ['6.2.6', '7.2.0-RC3']
env:
redis_stack_version: ${{matrix.redis-stack-version}}
USER_NAME: ${{ secrets.USER_NAME }}
Expand Down

0 comments on commit 6c98a16

Please sign in to comment.