Skip to content

Commit

Permalink
Test against JRuby 9.2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Aug 10, 2020
1 parent d43c29f commit 9963a91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
env: RAKE_TASK=spec
- rvm: 2.7
env: RAKE_TASK=rubocop
- rvm: jruby-9.2.11.1
- rvm: jruby-9.2.13.0
jdk: openjdk8
env: RAKE_TASK=spec
- rvm: 2.7
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:
RUBY_BIN: ruby
RAKE_TASK: spec
SCRIPT_CONTEXT: bundle exec
- RUBY_VERSION: jruby-9.2.11.1
- RUBY_VERSION: jruby-9.2.13.0
RUBY_BIN: jruby
RAKE_TASK: spec
SCRIPT_CONTEXT: jruby -G -S
Expand Down
4 changes: 2 additions & 2 deletions support/install_jruby.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$downloadLink = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.11.1/jruby-dist-9.2.11.1-bin.zip"
$zipPath = "c:\jruby-dist-9.2.11.1-bin.zip"
$downloadLink = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.13.0/jruby-dist-9.2.13.0-bin.zip"
$zipPath = "c:\jruby-dist-9.2.13.0-bin.zip"

Write-Host "Installing $($env:RUBY_VERSION)" -ForegroundColor cyan
appveyor DownloadFile "$($downloadLink)" -FileName "$($zipPath)"
Expand Down

0 comments on commit 9963a91

Please sign in to comment.