From 5d24b91f70b2a2bdbc8eecbe540d8273e15e29eb Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 29 Oct 2021 08:48:30 -0700 Subject: [PATCH] Disable testing for Ruby 2.5 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f5899d544..26d467627 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - ruby: [ '2.5', '2.6', '2.7', '3.0' ] + ruby: [ '2.6', '2.7', '3.0' ] name: Vagrant unit tests on Ruby ${{ matrix.ruby }} steps: - name: Code Checkout