From 1e4221680969337d99754567061320e3c5b4c315 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 28 Dec 2021 22:39:06 +0900 Subject: [PATCH] add Ruby 3.1 into the build matrix --- .github/workflows/test-darwin-ruby.yml | 1 + .github/workflows/test-linux-ruby.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-darwin-ruby.yml b/.github/workflows/test-darwin-ruby.yml index 6d5d3b3..1a2f78a 100644 --- a/.github/workflows/test-darwin-ruby.yml +++ b/.github/workflows/test-darwin-ruby.yml @@ -20,6 +20,7 @@ jobs: fail-fast: false matrix: ruby: + - "3.1" - "3.0" - "2.7" - "2.6" diff --git a/.github/workflows/test-linux-ruby.yml b/.github/workflows/test-linux-ruby.yml index a8f53a7..b662e1a 100644 --- a/.github/workflows/test-linux-ruby.yml +++ b/.github/workflows/test-linux-ruby.yml @@ -20,6 +20,7 @@ jobs: fail-fast: false matrix: ruby: + - "3.1" - "3.0" - "2.7" - "2.6"