From 39d85c43662c8cbe9d5d102afcba2b7bd6c5a8b5 Mon Sep 17 00:00:00 2001 From: Gustavo Villa Date: Sat, 7 Jan 2023 22:56:41 -0300 Subject: [PATCH] Test against Ruby 3.2.0 --- .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 c57f7603..aa837317 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, head ] + ruby: [ 3.2, 3.1, '3.0', 2.7, 2.6, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: