We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7fe3d commit 78fd200Copy full SHA for 78fd200
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
18
# Use various version syntaxes here for testing
19
- ruby: [ .ruby-version, .tool-versions, 2.2, 2.3, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
+ ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
20
exclude:
21
- os: windows-latest
22
ruby: truffleruby
0 commit comments