From 9974d96984ccaeabd2a3f945fd0b90d9670683bf Mon Sep 17 00:00:00 2001 From: ydah Date: Mon, 15 Apr 2024 11:49:40 +0900 Subject: [PATCH] Add Ruby 3.3 to test matrix This PR is add Ruby 3.3 to test matrix. --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eaabad1f..c398c547 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,6 +22,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4