8000
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.
2 parents 25c5c9d + 8220e9c commit 117d139Copy full SHA for 117d139
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
rails:
14
+ - v7.0.0
15
- v6.1.4
16
- v6.0.4
17
- 6-0-stable
@@ -21,6 +22,8 @@ jobs:
21
22
- 2.7.4
23
- 2.6.7
24
exclude:
25
+ - rails: v7.0.0
26
+ ruby: 2.6.7
27
- rails: v5.2.4
28
ruby: 3.0.2
29
- rails: 5-2-stable
@@ -45,6 +48,7 @@ jobs:
45
48
46
49
47
50
51
52
53
54
@@ -55,6 +59,8 @@ jobs:
55
59
56
60
57
61
62
63
58
64
65
66
@@ -88,6 +94,7 @@ jobs:
88
94
89
95
90
96
97
91
98
92
99
93
100
@@ -98,6 +105,8 @@ jobs:
105
106
107
108
109
101
110
102
111
103
112
0 commit comments