summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-08-10 15:07:58 -0700
committerJohn Keiser <john@johnkeiser.com>2016-08-17 11:43:49 -0700
commit025b08922c3d3d1cd03082b3d6e826859861aa31 (patch)
treea0f88bfc473b23b7cd1e24a3fd9fd70634ec5bf5 /appveyor.yml
parent505a2baac3039b21ceb3fd815ccaeeba0321d1d8 (diff)
downloadchef-025b08922c3d3d1cd03082b3d6e826859861aa31.tar.gz
Use Ruby 2.3.1 in Travis and Appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8a348295da..831ecf67e5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,9 +6,8 @@ platform:
environment:
matrix:
- # 21-x64 is failing right now
- # - ruby_version: "21-x64"
- - ruby_version: "21"
+ - ruby_version: "23-x64"
+ - ruby_version: "23"
clone_folder: c:\projects\chef
clone_depth: 1