Skip to content

Commit 42455c8

Browse files
authored
Don't test sentry-raven with Rails 4.2 and latest JRuby
Latest JRuby isn't compatible with Rails 4.2 because its default bundler version.
1 parent e6c7079 commit 42455c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sentry_raven_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
rails_version: 6.0.0
3434
- ruby_version: 2.7
3535
rails_version: 4.2
36+
- ruby_version: jruby
37+
rails_version: 4.2
3638
- ruby_version: '3.0'
3739
rails_version: 4.2
3840
- ruby_version: '3.0'

0 commit comments

Comments
 (0)