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 271dc4c commit 837e4d5Copy full SHA for 837e4d5
.github/workflows/ci.yml
@@ -29,10 +29,31 @@ jobs:
29
fail-fast: false
30
matrix:
31
include:
32
- # Rails 6.1 builds >= 2.5
33
- - ruby: '3.1'
+ # Edge Rails (7.1) builds >= 2.7
+ - ruby: '3.0'
34
+ allow_failure: true
35
env:
- RAILS_VERSION: '~> 6.1.0'
36
+ RAILS_VERSION: 'main'
37
+ - ruby: 2.7
38
39
+ env:
40
41
+
42
+ # Rails 7.0 builds >= 2.7
43
+ - ruby: 3.1
44
45
46
+ RAILS_VERSION: '~> 7.0.0'
47
48
49
50
51
52
53
54
55
56
+ # Rails 6.1 builds >= 2.5
57
- ruby: '3.0'
58
59
RAILS_VERSION: '~> 6.1.0'
0 commit comments