From a1c6bde190d98d7a643c7c9053f65843d52e3690 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sun, 19 Nov 2023 21:15:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20deprecate=20support=20for=20Ruby?= =?UTF-8?q?=202.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f33744..825cc6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ jruby, 2.7, 3.0, 3.1, 3.2 ] + ruby: [ jruby, 3.0, 3.1, 3.2 ] steps: - uses: actions/checkout@v3 diff --git a/.ruby-version b/.ruby-version index 75a22a2..818bd47 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.3 +3.0.6