Skip to content

Commit d2d9e01

Browse files
authored
Merge pull request #96 from gogainda/patch-1
2 parents 1f77226 + 4ac10c7 commit d2d9e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['2.4', '2.5', '2.6']
14+
ruby-version: ['2.4', '2.5', '2.6', 'truffleruby-head']
1515

1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Ruby ${{ matrix.ruby-version }}
19-
uses: actions/setup-ruby@v1
19+
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ matrix.ruby-version }}
2222
- name: Build and test with Rake

0 commit comments

Comments
 (0)