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 b7985eb commit 71e57eeCopy full SHA for 71e57ee
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
if: runner.os == 'Linux'
35
uses: actions/setup-ruby@v1
36
with:
37
- version: ${{ matrix.ruby }}
+ ruby-version: ${{ matrix.ruby }}
38
- name: Set up Ruby on macOS
39
if: runner.os == 'macOS'
40
run: |
0 commit comments