From ade2d37b1f9b4ffada9deb7e90229cd8d8180a5f Mon Sep 17 00:00:00 2001 From: Christian Gregg Date: Fri, 22 Nov 2024 21:17:13 +0000 Subject: [PATCH] Remove EOL ruby version from CI matrix --- .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 dc3463b..65945b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '3.1', '3.2', '3.3' ] experimental: [ false ] name: Ruby ${{ matrix.ruby }} steps: