Skip to content

Commit

Permalink
Run tests against the latest release in the 9.2 series
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 10, 2021
1 parent c39be4c commit 8be1d87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rvm:
- jruby-9.2.0.0
- jruby-9.2.18.0
- jruby-head
jdk:
- openjdk8
Expand All @@ -13,13 +13,13 @@ env:
script: bundle exec rake $TASK
matrix:
include:
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.18.0
env: TASK=integration
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.18.0
env: RAKE_VERSION="~>10.1"
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.18.0
env: RAKE_VERSION="~>11.2"
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.18.0
env: RAKE_VERSION="~>12.3"
allow_failures:
- rvm: jruby-head
Expand Down

0 comments on commit 8be1d87

Please sign in to comment.