From 396ca3e04189071a6df8c61169aa0dc9ec466e99 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Tue, 26 Dec 2023 10:11:11 +0900 Subject: [PATCH] Add Ruby 3.3 to CI 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 59d3bc4..25de907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: # Due to https://github.com/actions/runner/issues/849, we should quote versions - ruby: ['2.7', '3.0', '3.1', '3.2', 'truffleruby-head'] + ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'truffleruby-head'] rails: ['7.0', '7.1'] name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}