diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2018-08-24 19:54:02 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2018-08-24 19:54:02 +0900 |
commit | 13be4e1e2a118ea58a85ff150db8654101f18883 (patch) | |
tree | d561d3907dffd8d4101ce3e904cf60434eb92f2b | |
parent | 3ff7d05cc5490dc94bbe1d037dbe883a048676c9 (diff) | |
download | psych-13be4e1e2a118ea58a85ff150db8654101f18883.tar.gz |
Update latest rubies on appveyor.travis
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0d5c5c7..4df19c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,9 +10,9 @@ test_script: deploy: off environment: matrix: - - ruby_version: "22" - - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" + - ruby_version: "25" + - ruby_version: "25-x64" |