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 56d8d5b commit 2f2cb9eCopy full SHA for 2f2cb9e
.github/workflows/ci.yml
@@ -14,14 +14,17 @@ jobs:
14
include:
15
# Test all active versions combinations
16
# and inactive Rails versions with minimum Ruby version.
17
+ - {rails: "8.1", ruby: "3.5"}
18
- {rails: "8.1", ruby: "3.4"}
19
- {rails: "8.1", ruby: "3.3"}
20
- {rails: "8.1", ruby: "3.2"}
21
22
+ - {rails: "8.0", ruby: "3.5"}
23
- {rails: "8.0", ruby: "3.4"}
24
- {rails: "8.0", ruby: "3.3"}
25
- {rails: "8.0", ruby: "3.2"}
26
27
+ - {rails: "7.2", ruby: "3.5"}
28
- {rails: "7.2", ruby: "3.4"}
29
- {rails: "7.2", ruby: "3.3"}
30
- {rails: "7.2", ruby: "3.2"}
0 commit comments