We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e6f4 commit 8eeca13Copy full SHA for 8eeca13
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- ruby:
+ version:
29
- '2.5.0'
30
- '3.1.1'
31
@@ -35,10 +35,10 @@ jobs:
35
with:
36
fetch-depth: 0
37
38
- - name: Setup Ruby ${{ matrix.ruby }}
+ - name: Setup Ruby ${{ matrix.version }}
39
uses: ruby/setup-ruby@v1
40
41
- ruby-version: ${{ matrix.ruby }}
+ ruby-version: ${{ matrix.version }}
42
43
- name: Install dependencies
44
run: bundle install
0 commit comments