diff options
| author | takkanm <[email protected]> | 2019-09-19 06:10:08 +0900 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-09-26 10:26:32 +0200 |
| commit | e80ac9b9d6774ac8d2d9cafc8551b93b0d4ef9ed (patch) | |
| tree | f0ea7c07eb9f0785ab0da3caf510f56b524cdcd7 | |
| parent | 896b95b7e4a5c48bf27390eab1ecffa2f11346e7 (diff) | |
| download | caxlsx-e80ac9b9d6774ac8d2d9cafc8551b93b0d4ef9ed.tar.gz caxlsx-e80ac9b9d6774ac8d2d9cafc8551b93b0d4ef9ed.zip | |
add some ruby versions
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0d7d5fce..c2fd1547 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 2.1.0.{build}-{branch} environment: matrix: + - RUBY_VERSION: 26 + - RUBY_VERSION: 25 + - RUBY_VERSION: 24 - RUBY_VERSION: 23 - RUBY_VERSION: 22 - RUBY_VERSION: 21 |
