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 16
16
fail-fast : false
17
17
matrix :
18
18
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'
21
21
allow_failure : true
22
22
env :
23
23
RAILS_VERSION : ' main'
26
26
env :
27
27
RAILS_VERSION : ' main'
28
28
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
+
29
43
# Rails 6.1 builds >= 2.5
30
- - ruby : 3.0
44
+ - ruby : ' 3.0'
31
45
env :
32
46
RAILS_VERSION : ' ~> 6.1.0'
33
47
- ruby : 2.7
46
60
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'
47
61
48
62
# Rails 6.0 builds >= 2.5.0
49
- - ruby : 3.0
63
+ - ruby : ' 3.0'
50
64
env :
51
65
RAILS_VERSION : ' ~> 6.0.0'
52
66
- ruby : 2.7
You can’t perform that action at this time.
0 commit comments