From de5edc0e83339c2c484ca4acf55e36b9a1f213d7 Mon Sep 17 00:00:00 2001 From: esnya <2088693+esnya@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:24:03 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=AA=20update=20CI=20matrix=20for?= =?UTF-8?q?=20ruby=203.2=20and=20node=2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53dc674..8d37b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: matrix: node-version: @@ -24,7 +23,7 @@ jobs: registry-url: https://registry.npmjs.org/ - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.0 + ruby-version: 3.2 bundler-cache: true - run: npm ci - run: npm run clean