From 19405d9443ef33116e644ee6b84224b050d4227c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 27 Jan 2026 08:32:54 -0800 Subject: [PATCH] chore: Added Ruby 4.0 to the CI matrix --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6369551eee60..4e6af8a63220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,13 +39,16 @@ jobs: ruby: "3.4" task: "--test" - os: ubuntu-latest - ruby: "3.4" + ruby: "4.0" + task: "--test" + - os: ubuntu-latest + ruby: "4.0" task: "--rubocop-toplevel --rubocop --build --yard --linkinator" - os: macos-latest - ruby: "3.4" + ruby: "4.0" task: "--test" - os: windows-latest - ruby: "3.4" + ruby: "4.0" task: "--test" fail-fast: false runs-on: ${{ matrix.os }}