From 025901c7e1997339001ae5e956e5c054211c5f6b Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Mon, 26 Dec 2022 09:54:28 +0900 Subject: [PATCH] CI: Add Ruby 3.2 for GNU/Linux and macOS Signed-off-by: Takuro Ashie --- .github/workflows/linux-test.yaml | 2 +- .github/workflows/macos-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-test.yaml b/.github/workflows/linux-test.yaml index c81a27a268..de2757a508 100644 --- a/.github/workflows/linux-test.yaml +++ b/.github/workflows/linux-test.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.1', '3.0', '2.7'] + ruby-version: ['3.2', '3.1', '3.0', '2.7'] os: [ubuntu-latest] experimental: [false] include: diff --git a/.github/workflows/macos-test.yaml b/.github/workflows/macos-test.yaml index fe9e1d09cf..de54469ddd 100644 --- a/.github/workflows/macos-test.yaml +++ b/.github/workflows/macos-test.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.1', '3.0', '2.7'] + ruby-version: ['3.2', '3.1', '3.0', '2.7'] os: [macos-latest] experimental: [true] include: