Skip to content

Commit

Permalink
Remove jruby from CI for now (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Feb 6, 2025
1 parent 40877c8 commit 3b2e219
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
# LoadError:
# cannot load such file -- mutex_m
- { ruby_version: "head" }
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v4
- name: Install sqlite
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/sentry_opentelemetry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-jruby
engine: cruby
min_version: 2.6
test:
needs: ruby-versions
Expand All @@ -39,8 +39,6 @@ jobs:
- ruby_version: 3.2
options:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal"
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sentry_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
rails_version: "8.0.0"
- ruby_version: "3.4"
rails_version: "8.0.0"
- ruby_version: "jruby"
rails_version: 6.1.0
- ruby_version: "3.2"
rails_version: 7.1.0
options:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/sentry_resque_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-jruby
engine: cruby
min_version: 2.4
test:
needs: ruby-versions
Expand All @@ -37,8 +37,6 @@ jobs:
- ruby_version: "3.2"
options:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal"
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby_version }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-jruby
engine: cruby
min_version: 2.4
test:
needs: ruby-versions
Expand Down Expand Up @@ -58,8 +58,6 @@ jobs:
- ruby_version: 3.4
rack_version: 3.1
redis_rb_version: 5.3
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
sidekiq_version: ["5.0", "6.5", "7.0"]
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", jruby]
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
include:
- ruby_version: 2.4
sidekiq_version: 5.0
Expand All @@ -40,11 +40,6 @@ jobs:
sidekiq_version: 5.0
- ruby_version: 2.6
sidekiq_version: 6.0
- ruby_version: jruby
sidekiq_version: 5.0
- ruby_version: jruby
sidekiq_version: 6.0
- ruby_version: jruby
sidekiq_version: 7.0
- ruby_version: "3.2"
sidekiq_version: 7.0
Expand Down

0 comments on commit 3b2e219

Please sign in to comment.