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 9516b29 commit cef64d2Copy full SHA for cef64d2
.github/workflows/ci.yml
@@ -14,19 +14,25 @@ jobs:
14
include:
15
# Test all active versions combinations
16
# and inactive Rails versions with minimum Ruby version.
17
+ - {rails: "8.1", ruby: "head"}
18
+ - {rails: "8.1", ruby: "4.0"}
19
+ - {rails: "8.1", ruby: "3.5"}
20
- {rails: "8.1", ruby: "3.4"}
21
- {rails: "8.1", ruby: "3.3"}
22
- {rails: "8.1", ruby: "3.2"}
23
24
+ - {rails: "8.0", ruby: "3.5"}
25
- {rails: "8.0", ruby: "3.4"}
26
- {rails: "8.0", ruby: "3.3"}
27
- {rails: "8.0", ruby: "3.2"}
28
29
+ - {rails: "7.2", ruby: "3.5"}
30
- {rails: "7.2", ruby: "3.4"}
31
- {rails: "7.2", ruby: "3.3"}
32
- {rails: "7.2", ruby: "3.2"}
33
- {rails: "7.2", ruby: "3.1"}
34
35
+ - {rails: "7.1", ruby: "3.5"}
36
- {rails: "7.1", ruby: "2.7"}
37
- {rails: "7.0", ruby: "2.7"}
38
- {rails: "6.1", ruby: "2.5"}
0 commit comments