1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #2398 from olleolleolle/ci-jruby

CI: Use jruby-9.2.13.0
This commit is contained in:
Thomas Walpole 2020-09-28 15:39:51 -07:00 committed by GitHub
commit d68ea2ae4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ services:
- xvfb
rvm:
- 2.7
- jruby-9.2.11.1
- jruby-9.2.13.0
gemfile:
- Gemfile
env:
@ -122,7 +122,7 @@ matrix:
- gemfile: gemfiles/Gemfile.beta-versions
- gemfile: gemfiles/Gemfile.edge-firefox
- env: CHROME_BETA=true HEADLESS=true
- rvm: jruby-9.2.11.1
- rvm: jruby-9.2.13.0
- rvm: ruby-head
before_install:
- gem update --system