Skip to content

Commit 4eb6342

Browse files
committed
chore(ci): bump jruby 9.4.12.0 -> 9.4.14.0
1 parent 35f547d commit 4eb6342

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sentry_sidekiq_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

sentry-rails/spec/sentry/rails/activejob_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)