We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac29a1 commit cc5fef4Copy full SHA for cc5fef4
.github/workflows/ci.yml
@@ -30,6 +30,10 @@ jobs:
30
matrix:
31
include:
32
# Edge Rails (7.1) builds >= 2.7
33
+ - ruby: 3.1
34
+ allow_failure: true
35
+ env:
36
+ RAILS_VERSION: 'main'
37
- ruby: '3.0'
38
allow_failure: true
39
env:
@@ -41,19 +45,19 @@ jobs:
41
45
42
46
# Rails 7.0 builds >= 2.7
43
47
- ruby: 3.1
44
- allow_failure: true
48
49
RAILS_VERSION: '~> 7.0.0'
50
51
52
53
- ruby: 2.7
54
55
56
57
# Rails 6.1 builds >= 2.5
58
59
60
+ RAILS_VERSION: '~> 6.1.0'
61
62
63
RAILS_VERSION: '~> 6.1.0'
0 commit comments