From c0ad3ace97b688c08c50fe21fb03f0a13ebb9e2e Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 21 Dec 2022 16:28:14 +0000 Subject: [PATCH] ci: remove ruby versions 2.5 and 2.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30bee4e..790716d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.5', '2.6', '2.7', '3.0.1' ] + ruby: [ '2.7', '3.0.1' ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2