Skip to content

Commit

Permalink
Add Sidekiq 8.0 beta to CI metrix
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Feb 8, 2025
1 parent a22e595 commit 39d5df4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
options:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal"
- ruby_version: "3.2"
sidekiq_version: 7.0
sidekiq_version: 8.0.0.beta1
- ruby_version: "3.3"
sidekiq_version: 7.0
sidekiq_version: 8.0.0.beta1
- ruby_version: "3.4"
sidekiq_version: 7.0
sidekiq_version: 8.0.0.beta1
steps:
- uses: actions/checkout@v4

Expand All @@ -62,7 +62,7 @@ jobs:
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
redis-version: ${{ matrix.sidekiq_version == '7.0' && 6 || 5 }}
redis-version: ${{ (contains(matrix.sidekiq_version, '7.0') || contains(matrix.sidekiq_version, '8.0')) && 6 || 5 }}

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

0 comments on commit 39d5df4

Please sign in to comment.