From 20d2d096896475223f9f6931af25a8fe8558190c Mon Sep 17 00:00:00 2001 From: Sachin Jain Date: Thu, 22 Jan 2026 10:36:47 +0530 Subject: [PATCH] Remove Ruby 3.3 Windows pipeline Signed-off-by: Sachin Jain --- .expeditor/verify.pipeline.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 9ebc160f..89cca276 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -44,16 +44,6 @@ steps: host_os: windows image: rubydistros/windows-2019:3.1 -- label: run-specs-windows-ruby-3.3 - command: - - powershell .expeditor/run_windows_tests.ps1 rspec - expeditor: - executor: - docker: - host_os: windows - shell: ["powershell", "-Command"] - image: rubydistros/windows-2019:3.3 - - label: run-specs-windows-ruby-3.4 command: - powershell .expeditor/run_windows_tests.ps1 rspec