File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sentry-rails/spec/sentry/rails Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 ruby_version : ${{ fromJson(inputs.versions) }}
3636 sidekiq_version : ["5.0", "6.5", "7.0"]
3737 include :
38- - ruby_version : jruby-9.4.12 .0
38+ - ruby_version : jruby-9.4.14 .0
3939 sidekiq_version : 5.0
40- - ruby_version : jruby-9.4.12 .0
40+ - ruby_version : jruby-9.4.14 .0
4141 sidekiq_version : 6.0
42- - ruby_version : jruby-9.4.12 .0
42+ - ruby_version : jruby-9.4.14 .0
4343 sidekiq_version : 7.0
4444 - ruby_version : " 3.2"
4545 sidekiq_version : 7.0
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ def perform
352352
353353 describe "Reporting on retry errors" , skip : RAILS_VERSION < 7.0 do
354354 before do
355- if defined? ( JRUBY_VERSION ) && JRUBY_VERSION == "9.4.12 .0"
355+ if defined? ( JRUBY_VERSION ) && JRUBY_VERSION == "9.4.14 .0"
356356 skip "This crashes on jruby + rails 7.0.0.x. See https://github.com/getsentry/sentry-ruby/issues/2612"
357357 end
358358
You can’t perform that action at this time.
0 commit comments