mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
JRuby -> GH Actions
This commit is contained in:
parent
b877368263
commit
e42d3a65cd
2 changed files with 1 additions and 5 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-18.04, macos ]
|
||||
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, ruby-head ]
|
||||
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, ruby-head, jruby ]
|
||||
|
||||
steps:
|
||||
- name: repo checkout
|
||||
|
|
|
@ -28,10 +28,6 @@ script:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: jruby-9.2.11.0
|
||||
env:
|
||||
- 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"
|
||||
- rvm: jruby-head
|
||||
env:
|
||||
- JRUBY_OPTS="--debug"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue