From 1b028a093f9716083fbac993d00335d3d2709da9 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 3 Apr 2025 18:40:11 +0900 Subject: [PATCH] CI: add Ruby 3.3 and 3.4 --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 020d35e..27dfd1e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,10 +7,10 @@ jobs: fail-fast: false matrix: ruby_version: - - 3.0 - - 3.1 - 3.2 - runs-on: ubuntu-22.04 + - 3.3 + - 3.4 + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4