Skip to content

Commit

Permalink
[ci] remove jruby-head until we can address #2490 (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored Dec 13, 2024
1 parent d8c1066 commit a75819a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# LoadError:
# cannot load such file -- mutex_m
- { ruby_version: "head" }
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v1
- name: Install sqlite
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sentry_opentelemetry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
},
}
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sentry_resque_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
},
}
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby_version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
rack_version: 3.1,
redis_rb_version: 5.3
}
exclude:
- { ruby_version: 'jruby-head' }
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit a75819a

Please sign in to comment.