From ce26bb0f96da7e39a8bd5e55a6db52d246086444 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Tue, 26 Dec 2023 20:34:55 +0900 Subject: [PATCH] Add ruby 3.3 in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8444cdc..fe0a5e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - "3.0" - 3.1 - 3.2 + - 3.3 + - head steps: - uses: actions/checkout@v3