Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 19, 2024
1 parent 1df5523 commit 18118d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
with:
redis-version: ${{ matrix.sidekiq_version == '7.0' && 6 || 5 }}

- name: Update RubyGems if Ruby < 2.6
if: ${{ startsWith(matrix.ruby_version, '2.4') || startsWith(matrix.ruby_version, '2.5') }}
run: gem update --system 3.2.3

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

0 comments on commit 18118d5

Please sign in to comment.