Skip to content

Commit cd08f94

Browse files
committed
Fix jruby CI
1 parent 5dc7061 commit cd08f94

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
36+
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "jruby-9.3.6.0"]
3737
runs-on: ubuntu-latest
3838
env:
3939
VERBOSE: "true"

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ gemspec
77
gem 'minitest'
88
gem 'rake'
99
gem 'rubocop', '~> 1.0', '< 1.12'
10-
11-
# Using jruby-openssl 0.10.0, we get NPEs in jruby tests: https://github.com/redis/redis-rb/issues/756
12-
platform :jruby do
13-
gem 'jruby-openssl', '<0.10.0'
14-
end

test/support/redis_mock.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def start(&block)
3030

3131
def shutdown
3232
@thread.kill
33-
@thread.join
3433
end
3534

3635
def run

0 commit comments

Comments
 (0)