We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ee6fd commit 0fd9fc8Copy full SHA for 0fd9fc8
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Ruby
16
uses: ruby/setup-ruby@v1
17
with:
18
- ruby-version: ruby-3.3.6
+ ruby-version: 2.7.8
19
bundler-cache: true
20
21
- name: Lint code for consistent style
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- name: Run tests
0 commit comments