Skip to content

Commit 8eeca13

Browse files
committed
Fix matrix
1 parent da9e6f4 commit 8eeca13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ruby:
28+
version:
2929
- '2.5.0'
3030
- '3.1.1'
3131

@@ -35,10 +35,10 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: Setup Ruby ${{ matrix.ruby }}
38+
- name: Setup Ruby ${{ matrix.version }}
3939
uses: ruby/setup-ruby@v1
4040
with:
41-
ruby-version: ${{ matrix.ruby }}
41+
ruby-version: ${{ matrix.version }}
4242

4343
- name: Install dependencies
4444
run: bundle install

0 commit comments

Comments
 (0)