From 8e5a1b06b06978a34e5e83d225d160adbbff26c2 Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:22:44 +0300 Subject: [PATCH] Update ci.yml 2.6, 2.7 Ruby version support end --- .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 9769321..4ad3d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby: ['2.6', '2.7', '3.0', '3.1', head, truffleruby, truffleruby-head] + ruby: ['3.0', '3.1', head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} continue-on-error: true steps: