Skip to content

Commit 980615c

Browse files
committed
Restore the key name
1 parent 332e106 commit 980615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby:
15+
ruby-version:
1616
[
1717
'2.5',
1818
'2.6',
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: ${{ matrix.ruby }}
33+
ruby-version: ${{ matrix.ruby-version }}
3434
bundler-cache: true
3535
cache-version: 2
3636
- name: Run tests

0 commit comments

Comments
 (0)