From 85ed440c52a7c969d4e9fcf1126a346c00205f59 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 25 Dec 2022 21:00:53 +0900 Subject: [PATCH] Add Ruby 3.2 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 acce4aa..24e3ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ 'ubuntu', 'macos' ] - ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ] + ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1