From 8f0bda09d35cb5ffcb2f138039ea6b109014aedf Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Fri, 10 Feb 2023 23:07:14 +0900 Subject: [PATCH] Add Ruby 3.1 & 3.1 to CI matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0021fa89..2991c5a1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4, head ] + ruby: [ 3.2, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: