From 02b866a30be24b53e0957464bd24f63acde91a08 Mon Sep 17 00:00:00 2001 From: s4na Date: Fri, 14 Jun 2024 10:28:50 +0900 Subject: [PATCH] Add Ruby 3.3 to CI --- .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 03f2f1e8..88f42d90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.2', '3.1', '3.0', '2.7', truffleruby ] + ruby: [ ruby-head, '3.3','3.2', '3.1', '3.0', '2.7', truffleruby ] steps: - name: Checkout uses: actions/checkout@v2