From 259614cf2209aa6aef13ce3015115a5b8197c660 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Wed, 17 Jun 2020 22:34:04 -0700 Subject: [PATCH] Remove Ruby 2.3 from Windows builds This version is EOL. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c9f9581..29c9574 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,12 +2,6 @@ version: '1.0.{build}' environment: matrix: - - CHILDPROCESS_POSIX_SPAWN: true - CHILDPROCESS_UNSET: should-be-unset - RUBY_VERSION: 23-x64 - - CHILDPROCESS_POSIX_SPAWN: false - CHILDPROCESS_UNSET: should-be-unset - RUBY_VERSION: 23-x64 - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 24-x64