From 5b42dbf45766094b0f3814b326538e7ff03a145c Mon Sep 17 00:00:00 2001 From: Iristyle Date: Tue, 13 Jun 2017 10:52:26 -0700 Subject: [PATCH] (maint) Switch AppVeyor to Ruby 2.4 from 2.3 - Now that RubyInstaller has produced an installer for Ruby 2.4.1 on Windows and AppVeyor has integrated it into their workflow per https://github.com/appveyor/ci/issues/1350 we can move from 2.3 to 2.4 given Puppet 5 will be shipping against 2.4 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5df87ab21fe..bfdcb3e0bf7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ matrix: # Ruby versions under test platform: - - Ruby23-x64 + - Ruby24-x64 - Ruby21-x64 # Note that locales are mainly code page changes and are not the FULL set of localization