From 74f8f085bffd11b3238dcb09fb86fda57d58a2fe Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Tue, 26 Dec 2023 09:02:54 +0900 Subject: [PATCH] Add Ruby 3.3 to CI matrix --- .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 b396fe2..a11b2bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2', ruby-head] + ruby-version: ['3.0', '3.1', '3.2', '3.3', ruby-head] steps: - uses: actions/checkout@v4