mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
CI: Use jruby-9.2.11.0 (#2144)
This commit is contained in:
parent
8f282206dc
commit
522b8776c8
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- OS="Trusty 14.04 OpenSSL 1.0.1"
|
- OS="Trusty 14.04 OpenSSL 1.0.1"
|
||||||
- RUBYOPT=""
|
- RUBYOPT=""
|
||||||
- rvm: jruby-9.2.10.0
|
- rvm: jruby-9.2.11.0
|
||||||
env:
|
env:
|
||||||
- JRUBY_OPTS="--debug"
|
- JRUBY_OPTS="--debug"
|
||||||
- JAVA_OPTS="--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --add-opens java.base/java.util.zip=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
|
- JAVA_OPTS="--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --add-opens java.base/java.util.zip=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
|
||||||
|
@ -44,7 +44,7 @@ matrix:
|
||||||
- rvm: truffleruby
|
- rvm: truffleruby
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-9.2.10.0
|
- rvm: jruby-9.2.11.0
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
- rvm: truffleruby
|
- rvm: truffleruby
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue