From 3e359e5dd683df376583417e76dbb5b4fdd3f3b3 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Thu, 16 May 2024 13:30:07 +0900 Subject: [PATCH] CI against Ruby 3.3 This commit adds Ruby 3.3 to the test matrix to ensure to work the gem with it. --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 196d7a0..eae00ea 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v3