File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,22 @@ script: "script/run_build 2>&1"
38
38
39
39
matrix :
40
40
include :
41
- # Rails 6.1 builds (> 2.5)
41
+ # Rails 6.1 builds >= 2.5
42
+ - rvm : ruby-3.0.0-preview1
43
+ env : RAILS_VERSION='master'
44
+ allow_failure : true
42
45
- rvm : 2.7.1
43
46
env : RAILS_VERSION='master'
47
+ - rvm : 2.6.6
48
+ env : RAILS_VERSION='master'
49
+ - rvm : 2.5.8
50
+ env : RAILS_VERSION='master'
51
+ jdk : oraclejdk11
52
+ env :
53
+ - RAILS_VERSION='master'
54
+ - JRUBY_OPT=--dev
55
+ - 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.lang=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.security.cert=ALL-UNNAMED --add-opens=java.base/java.util.zip=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.util.regex=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/javax.crypto=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED"
56
+
44
57
# Rails 6.0 builds >= 2.5.0
45
58
- rvm : jruby-head
46
59
jdk : oraclejdk11
You can’t perform that action at this time.
0 commit comments