From 989cf825457542a1e2e3db8e74da7997139339c8 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Wed, 28 Dec 2022 21:36:35 -0500 Subject: [PATCH] Adds Ruby 3.1 and 3.2 the 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 d685210..ba995d1 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, head ] + ruby: [ 3.2, 3.1, '3.0', 2.7, 2.6, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: