From 7b5c7c4d81ff7f001c8a5fbfb8c332b84dc16853 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Tue, 26 Dec 2023 07:10:54 +0900 Subject: [PATCH] CI: add Ruby 3.3 to the test 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 b2ea752..e75c9cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest] # TODO restore 2.2 once RubyGems issue is resolved? - ruby: ['1.9', '2.0', '2.1', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3.0-preview1', head] + ruby: ['1.9', '2.0', '2.1', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head] runs-on: ${{ matrix.os }} env: BUNDLE_WITHOUT: development