From 1733e1cc19dce380539d8d7112a70a4fa5904b49 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Thu, 8 Dec 2022 23:17:54 +0000 Subject: [PATCH] Drop testing against ruby 2.2 for vagrant 2.0.4 (#1694) Vagrant 2.0.4 no longer appears in any supported release of a distro, therefore drop testing of it in CI along with the version of ruby needed. --- .github/workflows/unit-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 84aca8b..6c3b29a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -29,9 +29,6 @@ jobs: vagrant: [main] allow_fail: [true] include: - - ruby: 2.2.10 - vagrant: v2.0.4 - allow_fail: false - ruby: 2.3.5 vagrant: v2.1.5 allow_fail: false