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 669ef55 commit ffd1d96Copy full SHA for ffd1d96
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
10
rails: ["8.0", "7.2", "7.1", "6.1"]
11
exclude:
12
+ - rails: "6.1"
13
+ ruby: "3.4"
14
+
15
- rails: "7.2"
16
ruby: "2.7"
17
0 commit comments