Skip to content

Commit fd1a6a0

Browse files
filbrandeneregon
authored andcommitted
Mention Ruby 2.0 in README and add it to CI
1 parent 0114471 commit fd1a6a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ]
19-
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 ]
19+
ruby: [ '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
2020
include:
2121
- { os: windows-2016, ruby: mingw }
2222
- { os: windows-2019, ruby: mingw }
2323
- { os: windows-2019, ruby: mswin }
2424
exclude:
25+
- { os: windows-2016, ruby: '2.0' }
2526
- { os: windows-2016, ruby: debug }
2627
- { os: windows-2016, ruby: truffleruby }
2728
- { os: windows-2016, ruby: truffleruby-head }
29+
- { os: windows-2019, ruby: '2.0' }
2830
- { os: windows-2019, ruby: debug }
2931
- { os: windows-2019, ruby: truffleruby }
3032
- { os: windows-2019, ruby: truffleruby-head }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1414

1515
| Interpreter | Versions |
1616
| ----------- | -------- |
17-
| `ruby` | 2.1.9, 2.2, all versions from 2.3.0 until 3.0.1, head, debug, mingw, mswin |
17+
| `ruby` | 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.0.1, head, debug, mingw, mswin |
1818
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.17.0, head |
1919
| `truffleruby` | 19.3.0 - 21.1.0, head |
2020

0 commit comments

Comments
 (0)