From 6a1675c5f6c57f839045862f01229e1445169e15 Mon Sep 17 00:00:00 2001 From: mi-wada Date: Thu, 29 Aug 2024 14:55:01 +0900 Subject: [PATCH] test: Test on Ruby 3.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 299ea4a..4b450a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] + ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] + ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2