From 7f1156dfaaa7d166b0d236db7282a17ec1c48c12 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sat, 11 Mar 2023 22:33:39 -0500 Subject: [PATCH] Add Ruby 3.2 to CI --- .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 233d08a..b59184f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,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, windows-latest ] exclude: - ruby: head