Skip to content

Commit

Permalink
DraggonflyDB CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kukicola committed Dec 27, 2024
1 parent 5cf280d commit b8445d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis:${{ matrix.redis }}
image: ${{ matrix.redis }}
ports:
- 6379:6379
options: --entrypoint redis-server
Expand All @@ -16,7 +16,7 @@ jobs:
matrix:
sidekiq: [ "7.2.3" ]
ruby: [ "3.0.6", "3.1.4", "3.2.4", "3.3.1" ]
redis: [ "7.2-alpine" ]
redis: [ "redis:7.2-alpine", "docker.dragonflydb.io/dragonflydb/dragonfly:latest" ]
env:
RAILS_ENV: test
SIDEKIQ_VERSION: ${{ matrix.sidekiq }}
Expand Down

0 comments on commit b8445d7

Please sign in to comment.