Skip to content

Commit 77cddd7

Browse files
committedJan 3, 2020
Use unquoted versions as they work fine and are more concise
* More consistent with the platform.
1 parent 7375b1f commit 77cddd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+1-1
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.4', '2.5', 'ruby-2.6.5', '2.7.0', 'truffleruby', 'jruby' ]
9+
ruby: [ ruby-2.4, 2.5, ruby-2.6.5, 2.7.0, truffleruby, jruby ]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v2

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ ubuntu-latest, macos-latest ]
44-
ruby: [ 'ruby-2.6', 'ruby-2.7', 'truffleruby-19.3.0', 'jruby-9.2.9.0' ]
44+
ruby: [ ruby-2.6, ruby-2.7, truffleruby-19.3.0, jruby-9.2.9.0 ]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v2
@@ -71,7 +71,7 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
os: [ ubuntu-latest, macos-latest ]
74-
ruby: [ '2.4', '2.5', '2.6', '2.7', 'truffleruby', 'jruby' ]
74+
ruby: [ 2.4, 2.5, 2.6, 2.7, truffleruby, jruby ]
7575
runs-on: ${{ matrix.os }}
7676
steps:
7777
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.