From 684a5dc279252d21965a21600663f9807feec746 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:36:26 +0900 Subject: [PATCH] Bump the required BASERUBY version to 2.7 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adc33ce4..834da3f8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -120,8 +120,8 @@ jobs: fail-fast: false matrix: # '3.0' is the oldest living ruby version - # '2.5' is for BASERUBY - baseruby: ['head', '3.0', '2.5'] + # '2.7' is for BASERUBY + baseruby: ['head', '3.0', '2.7'] ruby_branch: ['master'] defaults: run: