From d9e88eced27196bd280bd22b759527f1663bf5d6 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Wed, 3 Jan 2024 19:46:13 +0900 Subject: [PATCH] Add Ruby 3.3 to CI matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 736a7b7c..7e2c92b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', 'head'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2