Automatically find the latest stable version

This commit is contained in:
Benoit Daloze
2020-01-02 16:15:42 +01:00
parent ec43599b3f
commit 3f99912f55
6 changed files with 3317 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-16.04', 'ubuntu-18.04', 'macos-latest' ]
ruby: [ 'ruby-2.6.5', 'ruby-2.7.0', 'truffleruby-19.3.0', 'jruby-9.2.9.0' ]
ruby: [ 'ruby-2.6.5', '2.7.0', 'truffleruby', 'jruby-9.2.9.0' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2