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 a509851Copy full SHA for a509851
.github/workflows/ci.yml
@@ -14,14 +14,18 @@ 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: "3.5"}
19
- {rails: "8.1", ruby: "3.4"}
20
- {rails: "8.1", ruby: "3.3"}
21
- {rails: "8.1", ruby: "3.2"}
22
23
+ - {rails: "8.0", ruby: "3.5"}
24
- {rails: "8.0", ruby: "3.4"}
25
- {rails: "8.0", ruby: "3.3"}
26
- {rails: "8.0", ruby: "3.2"}
27
28
+ - {rails: "7.2", ruby: "3.5"}
29
- {rails: "7.2", ruby: "3.4"}
30
- {rails: "7.2", ruby: "3.3"}
31
- {rails: "7.2", ruby: "3.2"}
0 commit comments