File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 include :
19- # Edge Rails (7.0 ) builds >= 2.7
20- - ruby : 3.0
19+ # Edge Rails (7.1 ) builds >= 2.7
20+ - ruby : ' 3.0'
2121 allow_failure : true
2222 env :
2323 RAILS_VERSION : ' main'
2626 env :
2727 RAILS_VERSION : ' main'
2828
29+ # Rails 7.0 builds >= 2.7
30+ - ruby : 3.1
31+ allow_failure : true
32+ env :
33+ RAILS_VERSION : ' ~> 7.0.0'
34+ - ruby : ' 3.0'
35+ allow_failure : true
36+ env :
37+ RAILS_VERSION : ' ~> 7.0.0'
38+ - ruby : 2.7
39+ allow_failure : true
40+ env :
41+ RAILS_VERSION : ' ~> 7.0.0'
42+
2943 # Rails 6.1 builds >= 2.5
30- - ruby : 3.0
44+ - ruby : ' 3.0'
3145 env :
3246 RAILS_VERSION : ' ~> 6.1.0'
3347 - ruby : 2.7
4660 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'
4761
4862 # Rails 6.0 builds >= 2.5.0
49- - ruby : 3.0
63+ - ruby : ' 3.0'
5064 env :
5165 RAILS_VERSION : ' ~> 6.0.0'
5266 - ruby : 2.7
You can’t perform that action at this time.
0 commit comments