From f5a08f7558c8c7b40d94e5c90cadabb1ab5582e4 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 19 Feb 2024 17:48:24 +0900 Subject: [PATCH] Minimal BASERUBY version was updated to 3.0 Ref: https://github.com/ruby/ruby/pull/9976 --- .github/workflows/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 65fe0b5e..26a9ae40 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -124,9 +124,8 @@ jobs: strategy: fail-fast: false matrix: - # '3.0' is the oldest living ruby version - # '2.7' is for BASERUBY - baseruby: ['head', '3.0', '2.7'] + # '3.0' is the oldest living ruby version and minimal BASERUBY version + baseruby: ['head', '3.0'] ruby_branch: ['master'] defaults: run: