Skip to content

Commit 625ef90

Browse files
committed
drop support for JRuby 9.1 (min is 9.2 now)
1 parent ca3fb04 commit 625ef90

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
java-version: [ 8, 11, 21 ]
17-
ruby-version: [ jruby-9.4.6.0 ]
17+
ruby-version: [ jruby-9.4.7.0 ]
1818
include:
19-
- java-version: 8
20-
ruby-version: jruby-9.1.17.0
2119
- java-version: 8
2220
ruby-version: jruby-9.2.19.0
2321
- java-version: 11
@@ -31,7 +29,7 @@ jobs:
3129
- java-version: 11
3230
ruby-version: jruby-9.4.5.0
3331
- java-version: 17
34-
ruby-version: jruby-9.4.5.0
32+
ruby-version: jruby-9.4.6.0
3533
fail-fast: false
3634

3735
steps:

jruby-openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
bc_version = version_rb.match( /.*\sBOUNCY_CASTLE_VERSION\s*=\s*['"](.*)['"]/ )[1]
2626
raise 'BOUNCY_CASTLE_VERSION not matched' if (bc_version || '').empty?
2727

28-
s.required_ruby_version = '>= 2.3.0'
28+
s.required_ruby_version = '>= 2.5.0' # JRuby >= 9.2
2929

3030
s.requirements << "jar org.bouncycastle:bcprov-jdk18on, #{bc_version}" # Provider
3131
s.requirements << "jar org.bouncycastle:bcpkix-jdk18on, #{bc_version}" # PKIX/CMS/EAC/PKCSOCSP/TSP/OPENSSL

0 commit comments

Comments
 (0)