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 8825d14 commit fa1b64aCopy full SHA for fa1b64a
.github/workflows/test.yml
@@ -30,6 +30,7 @@ jobs:
30
- "3.0"
31
- "3.1"
32
- "3.2"
33
+ - "3.3"
34
35
include:
36
- rails: "4.2"
@@ -48,6 +49,9 @@ jobs:
48
49
50
ruby: "3.2"
51
52
+ - rails: "4.2"
53
+ ruby: "3.3"
54
+
55
- rails: "5.0"
56
ruby: "3.0"
57
@@ -57,6 +61,9 @@ jobs:
61
58
62
59
63
64
+ - rails: "5.0"
65
66
60
67
- rails: "5.1"
68
69
@@ -66,6 +73,9 @@ jobs:
73
74
75
76
+ - rails: "5.1"
77
78
79
- rails: "5.2"
70
80
71
81
@@ -75,6 +85,9 @@ jobs:
85
86
87
88
+ - rails: "5.2"
89
90
91
- rails: "6.0"
92
ruby: "2.4"
93
@@ -84,6 +97,9 @@ jobs:
84
97
98
99
100
+ - rails: "6.0"
101
102
103
- rails: "6.1"
104
105
0 commit comments