From 34c798eb8fda6863c9fff13780a9f142c02cbe05 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 27 Dec 2024 10:29:03 +0900 Subject: [PATCH] Added Ruby 3.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53679f37..7e361b52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }}/${{ matrix.test_mode }}) strategy: matrix: - ruby: [ '3.3', '3.2', '3.1', '3.0' ] + ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ] test_mode: [ rack, gem ] runs-on: ubuntu-latest services: