1
0
Fork 0
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:
Nate Berkopec 2020-03-14 13:57:46 -06:00
parent b877368263
commit e42d3a65cd
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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"