summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 12:01:13 -0700
committerGitHub <noreply@github.com>2019-04-23 12:01:13 -0700
commit586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d (patch)
tree72f18c2952fd6c445636aa18907e8f5c2628619e /appveyor.yml
parente78381fd5c2a9d723b63a24ca97aa21dafe18f8f (diff)
parent81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd (diff)
downloadmixlib-authentication-586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d.tar.gz
Merge pull request #46 from chef/ruby24
Add back Ruby 2.4 support / update testing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ba49675..86331cf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,7 +9,9 @@ cache:
environment:
matrix:
+ - ruby_version: "24-x64"
- ruby_version: "25-x64"
+ - ruby_version: "26-x64"
clone_depth: 1
skip_tags: true