From fdaeba9b9a7a260b61d2eddcde363652a3f092f8 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Wed, 18 Jan 2023 15:40:45 -0500 Subject: [PATCH] Adds Ruby 3.2 to the 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 88c8bae..f584ab3 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: [ head, '3.1', '3.0', '2.7', '2.6' ] + ruby: [ head, '3.2', '3.1', '3.0', '2.7', '2.6' ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: