Skip to content

Commit

Permalink
jruby pin
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Dec 14, 2023
1 parent d1ad2a0 commit 45bef7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sentry_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- { os: ubuntu-latest, ruby_version: "2.7", rails_version: 5.2.0 }
- { os: ubuntu-latest, ruby_version: "2.7", rails_version: 6.0.0 }
- { os: ubuntu-latest, ruby_version: "2.7", rails_version: 6.1.0 }
- { os: ubuntu-latest, ruby_version: "jruby", rails_version: 6.1.0 }
- { os: ubuntu-latest, ruby_version: "'jruby-9.4.4.0'", rails_version: 6.1.0 }
- {
os: ubuntu-latest,
ruby_version: "3.2",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
strategy:
matrix:
sidekiq_version: ['5.0', '6.0', '7.0']
ruby_version: ['2.7', '3.0', '3.1', '3.2', jruby]
ruby_version: ['2.7', '3.0', '3.1', '3.2', 'jruby-9.4.4.0']
os: [ubuntu-latest]
include:
- { os: ubuntu-latest, ruby_version: 2.4, sidekiq_version: 5.0 }
- { os: ubuntu-latest, ruby_version: 2.5, sidekiq_version: 5.0 }
- { os: ubuntu-latest, ruby_version: 2.5, sidekiq_version: 6.0 }
- { os: ubuntu-latest, ruby_version: 2.6, sidekiq_version: 5.0 }
- { os: ubuntu-latest, ruby_version: 2.6, sidekiq_version: 6.0 }
- { os: ubuntu-latest, ruby_version: jruby, sidekiq_version: 5.0 }
- { os: ubuntu-latest, ruby_version: jruby, sidekiq_version: 6.0 }
- { os: ubuntu-latest, ruby_version: jruby, sidekiq_version: 7.0 }
- { os: ubuntu-latest, ruby_version: 'jruby-9.4.4.0', sidekiq_version: 5.0 }
- { os: ubuntu-latest, ruby_version: 'jruby-9.4.4.0', sidekiq_version: 6.0 }
- { os: ubuntu-latest, ruby_version: 'jruby-9.4.4.0', sidekiq_version: 7.0 }
- { os: ubuntu-latest, ruby_version: '3.2', sidekiq_version: 7.0, options: { rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal" } }
- { os: ubuntu-latest, ruby_version: '3.2', sidekiq_version: 7.0, options: { codecov: 1 } }
steps:
Expand Down

0 comments on commit 45bef7d

Please sign in to comment.