From cb37a1a06914f6c1341e5f89939b17bd0cac319a Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Wed, 11 Jan 2023 10:03:14 +0900 Subject: [PATCH] Add Ruby 3.2 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 b8f391e..7465b8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.1', '3.0', 2.7, head, jruby, truffleruby-head ] + ruby: [ '3.2', '3.1', '3.0', '2.7', head, jruby, truffleruby-head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: