Bump tested version of JRuby to 9.2.7.0 (#7612)
Merge pull request 7612
This commit is contained in:
parent
8907f39548
commit
6838153b83
|
@ -6,7 +6,7 @@ language: ruby
|
|||
rvm:
|
||||
- &ruby1 2.6.0
|
||||
- &ruby2 2.4.5
|
||||
- &jruby jruby-9.2.6.0
|
||||
- &jruby jruby-9.2.7.0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -22,8 +22,6 @@ matrix:
|
|||
exclude:
|
||||
- rvm: *jruby
|
||||
env: TEST_SUITE=cucumber
|
||||
allow_failures:
|
||||
- rvm: *jruby
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -33,8 +33,7 @@ group :test do
|
|||
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
|
||||
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
|
||||
|
||||
# Temporarily lock to jruby-openssl-0.10.1 since JRuby 9.1 can't seem to load jruby-openssl-0.10.2
|
||||
gem "jruby-openssl", "0.10.1" if RUBY_ENGINE == "jruby"
|
||||
gem "jruby-openssl" if RUBY_ENGINE == "jruby"
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue