From 8ed4bf37a516fbba8dd42d1a826427ced064cefd Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 9 Jan 2023 18:25:11 -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 1aa4d84..6e8731e 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.1, "3.0", 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2, jruby-9.3, truffleruby-22.3.0 ] + ruby: [ 3.2, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2, jruby-9.3, truffleruby-22.3.0 ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: