Skip to content

Commit d49a90a

Browse files
committed
tmp
1 parent 1d7622c commit d49a90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: eregon/use-ruby-action@master
4444
with:
45-
ruby-version: ruby-2.6
45+
ruby-version: 2.6
4646
- run: ruby -v
4747
```
4848
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
os: [ ubuntu-latest, macos-latest ]
60-
ruby: [ ruby-2.6, ruby-2.7, jruby-9.2.9.0, truffleruby-19.3.0 ]
60+
ruby: [ 2.6, 2.7, jruby, truffleruby ]
6161
runs-on: ${{ matrix.os }}
6262
steps:
6363
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)