Skip to content

Commit

Permalink
Use redis 6 for Sidekiq 7
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Nov 2, 2022
1 parent 260cffd commit c1b1833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sentry_sidekiq_test.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
sidekiq_version: [5.0, 6.0, 7.0]
sidekiq_version: ['5.0', '6.0', '7.0']
ruby_version: [2.4, 2.5, 2.6, 2.7, '3.0', '3.1', head, jruby]
os: [ubuntu-latest]
include:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
redis-version: 5
redis-version: ${{ matrix.sidekiq_version == '7.0' && 6 || 5 }}

- name: Run specs with Sidekiq ${{ matrix.sidekiq_version }}
env:
Expand Down

0 comments on commit c1b1833

Please sign in to comment.