We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a6aa6 commit 20f475fCopy full SHA for 20f475f
.github/workflows/ci.yml
@@ -66,5 +66,6 @@ jobs:
66
with:
67
ruby-version: 2.7
68
bundler-cache: true
69
+ - uses: mxschmitt/action-tmate@v3
70
- name: Doc Build
71
run: rake build_multi
_config.yml
@@ -7,12 +7,12 @@ rails_versions:
7
"7.2":
8
specific_version: "7.2.0.beta2"
9
latest: true
10
- "7.1":
11
- specific_version: "7.1.3"
12
- "7.0":
13
- specific_version: "7.0.8"
14
- "6.1":
15
- specific_version: "6.1.7"
+ # "7.1":
+ # specific_version: "7.1.3"
+ # "7.0":
+ # specific_version: "7.0.8"
+ # "6.1":
+ # specific_version: "6.1.7"
16
"6.0":
17
specific_version: "6.0.6"
18
"5.2":
0 commit comments