Skip to content

Commit 3f99912

Browse files
committed
Automatically find the latest stable version
1 parent ec43599 commit 3f99912

File tree

6 files changed

+3596
-289
lines changed

6 files changed

+3596
-289
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ 'ubuntu-16.04', 'ubuntu-18.04', 'macos-latest' ]
9-
ruby: [ 'ruby-2.6.5', 'ruby-2.7.0', 'truffleruby-19.3.0', 'jruby-9.2.9.0' ]
9+
ruby: [ 'ruby-2.6.5', '2.7.0', 'truffleruby', 'jruby-9.2.9.0' ]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- run: ruby -v
4747
```
4848
49+
If a specific version is not given, it uses the latest stable release of that implementation.
50+
51+
For instance `truffleruby` is currently the same as `truffleruby-19.3.0`.
52+
4953
## Efficiency
5054

5155
It takes about 5 seconds to setup the given Ruby.

0 commit comments

Comments
 (0)