From 24dd7011991f4d946fd908cebc4f7d0318d9348d Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Tue, 17 Jan 2023 07:45:45 -0500 Subject: [PATCH] Adds Ruby 3.1 and 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 f92df5b..cf30726 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.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: