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 d2f535c commit d320226Copy full SHA for d320226
1 file changed
.github/workflows/test.yml
@@ -16,8 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ]
19
- # Use various version syntax here for testing
20
- ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.7, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
+ ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
21
include:
22
- { os: windows-2016, ruby: mingw }
23
- { os: windows-2019, ruby: mingw }
0 commit comments