Skip to content

Commit 543d928

Browse files
committed
fix
1 parent d22cd81 commit 543d928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: ${{ matrix.ruby-version }}
27+
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
2929
- name: Run Specs
3030
run: bundle exec rake spec

0 commit comments

Comments
 (0)